Delete a webhook endpoint
Webhooks
Delete a webhook endpoint
Deletes the webhook endpoint and stops all future deliveries of its subscribed events. Returns 204 No Content on success and 404 when the id doesn’t exist or isn’t visible to the caller.
Endpoints created by an app (via OAuth) can only be deleted by that app; an API key request returns 403. To stop deliveries temporarily instead, update the endpoint’s status to disabled.
DELETE
Delete a webhook endpoint
Related topics
Delete a webhookWebhooks overviewGet a webhook endpointCreate a webhook endpointList webhook endpoints