Delete webhook subscription
Removes a webhook subscription.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
subscriptionId
Webhook subscription ID.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Idempotency-Key
Optional client-generated idempotency token (recommended for safe retries).
Response
Webhook subscription deleted.
Errors
404
Not Found Error
500
Internal Server Error