Delete a webhook subscription.
DELETE/webhooks/:id
Removes the subscription and stops all delivery to it. Its delivery history is removed with it.
Request
Responses
- 204
- 401
- 403
- 404
- 429
Subscription deleted.
API key authorization failed.
The API key is read-only and may not be used to delete a webhook.
No such webhook subscription for this user.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.