Skip to main content
POST
/
automations
/
{id}
/
cancel
Cancel an automation
curl --request POST \
  --url https://{host}/automations/{id}/cancel \
  --header 'Authorization: Bearer <token>' \
  --header 'x-user-id: <x-user-id>'

Authorizations

Authorization
string
header
required

Auth0-issued access token that includes the scopes listed for the endpoint.

Headers

x-user-id
string
required

User identifier for the M2M client to specify which user's data to access.

Path Parameters

id
string
required

Automation ID

Response

Automation cancellation accepted