Queue actions
Delete an action
Delete an action and all of its webhooks.
DELETE
/
actions
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the action to delete.
Response
200 - application/json
deleted
boolean
requiredWhether the action was deleted.
id
string
requiredThe ID of the action.
Was this page helpful?