Skip to main content
DELETE
/
v2
/
webhooks
/
{id}
Webhook Delete
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"
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Path Parameters

id
integer
required

The ID of the webhook to delete

Example:

25

Response

200 - application/json

Webhook deleted successfully

message
string
Example:

"Webhook deleted successfully"