Delete the existing webhook
cURL
curl --request DELETE \ --url https://{hostname}.gable.ai/v0/webhooks/{id} \ --header 'X-API-KEY: <api-key>'
{ "message": "<string>", "id": 123, "title": "<string>" }
The UUID of the webhook
Webhook was successfully deleted