Delete a webhook subscription
Webhooks
Delete a webhook subscription
Permanently removes a webhook subscription and stops all future deliveries to its endpoint. Returns 204 No Content on success. Requires a Nevermined API key. Requires organization admin privileges. Requires the organization to be on the Premium tier or higher.
DELETE
Delete a webhook subscription
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
Example:
"org-abc123"
Webhook subscription ID
Example:
"whs-9c2f1a7e"
Response
Subscription deleted; no response body
Related topics
Get a webhook subscriptionUpdate a webhook subscriptionCreate a webhook subscriptionList webhook subscriptionsList deliveries for a webhook subscription