Delete an existing action
cURL
curl --request DELETE \ --url 'https://api-(organization).gable.ai/v0/action' \ --header 'Content-Type: application/json' \ --data '{ "actionId": "<string>" }'
{ "actionId": "<string>" }
Successful operation
The response is of type object.
object