DELETE
/
v0
/
action
cURL
curl --request DELETE \
  --url 'https://api-(organization).gable.ai/v0/action' \
  --header 'Content-Type: application/json' \
  --data '{
  "actionId": "<string>"
}'
{
  "actionId": "<string>"
}

Body

application/json

Response

200
application/json

Successful operation

The response is of type object.