DELETE
/
actions
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

The ID of the action to delete.

Response

200 - application/json
deleted
boolean
required

Whether the action was deleted.

id
string
required

The ID of the action.

Was this page helpful?