Skip to main content
DELETE
/
v0
/
action
Delete an existing action
curl --request DELETE \
  --url https://{hostname}.gable.ai/v0/action \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "actionId": "<string>"
}
'
{
  "actionId": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
actionId
string
required

The action id to delete

Response

Successful operation

actionId
string
required

The id of the action which was deleted