Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

POST /v1/automation/runs/bulk-cancel

POST/v1/automation/runs/bulk-cancel
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Request body
requiredapplication/json
run_idsstring[] | nullrequired
Responses
204No Content
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/automation/runs/bulk-cancel" \
  -H "Content-Type: application/json" \
  -d '{
  "run_ids": [
    "string"
  ]
}'
Response
No Content