Delete an existing action
cURL
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>" }
The action id to delete
Successful operation
The id of the action which was deleted