DELETE
/
workspace
/
trello
/
{workspaceId}
/
actions
/
{actionId}
curl --request DELETE \
  --url https://api.hyra.io/workspace/trello/{workspaceId}/actions/{actionId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

workspaceId
string
required
actionId
string
required

Response

200 - application/json
success
boolean
required