Delete a webhook
Webhooks (Legacy)
Delete a webhook
Legacy: This deletes a previous-generation webhook. If you’re replacing it rather than retiring it, consider recreating it as a webhook endpoint — see the webhooks guides.
Deletes the webhook and stops all future deliveries of its subscribed events to the target URL. Returns 204 No Content on success, 404 when the id doesn’t exist, and 422 when the webhook cannot be deleted.
Find webhook ids with List webhooks; register a replacement with Create a webhook.
DELETE
Delete a webhook
Related topics
Upgrading to V4Delete a webhook endpointAPI AuthenticationManaging pluginsWebhooks overview