Webhooks
Disable Webhook
Disables a webhook endpoint without deleting it
POST
Request Parameters
Path Parameters
string
required
Webhook endpoint ID
Disabled webhooks will not receive any events. You can re-enable them at any time using the enable endpoint.
Response Fields
string
Unique identifier for the webhook endpoint
string
HTTPS URL where webhook events are sent
array
Event types this endpoint is subscribed to
boolean
Whether the endpoint is active (will be
false after disabling)string
When the endpoint was created (ISO 8601 format)
string
Description of the webhook endpoint