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>" }