Unsubscribe from an event webhook
POST/webhook.unsubscribe
Remove a webhook subscription by ID.
The request is application/x-www-form-urlencoded (id=<uuid>), not
JSON. v1 uses a JSON body instead โ see
v1 webhook.unsubscribe.
Access: Organization only.
Required scope: webhook:write
OpenAPI Spec: webhooks.json
Requestโ
Responsesโ
- 204
- 400
- 401
- 404
- 500
Subscription deleted.
Bad request.
Presented invalid authentication credentials.
Subscription not found.
An internal error occurred.