webhook
Delete a webhook
Deletes a webhook subscription. Its target URL is unsubscribed from every event and stops receiving deliveries. The other subscriptions of your configuration are untouched.
Since target_url is immutable, deleting and re-creating is also how you move a subscription to another URL.
Permission: No specific permission required. A valid API key is sufficient.
Monitoring: Not needed.
delete/webhooks/{webhookId}
Path parameters
webhookIdstring uuid required
Example:bc5c5a41-44c5-5b7c-a521-45bf56d82cbe
The identifier of the webhook, as returned in the uuid field.
Response
Webhook deleted — no content returned.