cURL
curl --request DELETE \ --url https://api.trata.ai/v1/actions/{action_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Success" }
Delete a Specific Action by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the action
Action deleted successfully
The response is of type object.
object