cURL
curl --request DELETE \ --url https://app.closerx.ai/api/v2/webhooks/{id}/ \ --header 'Company-Name: <company-name>' \ --header 'api_key: <api-key>'
{ "message": "Webhook deleted successfully" }
Deletes a webhook based on the provided ID.
Schema name for multi-tenancy
The ID of the webhook to delete
25
Webhook deleted successfully
"Webhook deleted successfully"