cURL
curl --request DELETE \ --url https://api.hyra.io/workspace/trello/{workspaceId}/actions/{actionId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete an action
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response