Skip to main content
DELETE
/
actions
/
{action_id}
Delete an action
curl --request DELETE \
  --url https://api.open.cx/actions/{action_id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

action_id
string
required

Response

Default Response