DELETE
/
v1
/
actions
/
{action_id}
Delete a Specific Action by ID
curl --request DELETE \
  --url https://api.trata.ai/v1/actions/{action_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}

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

ID of the action

Response

200
application/json

Action deleted successfully

The response is of type object.