Unsubscribe from status updates
Unsubscribe from status updates for a specific event type. This will stop receiving webhook notifications for the specified event type. If you’re not currently subscribed to the event type, the request will succeed with no effect.
Authentication: Bearer token required
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
event_type
The type of event to unsubscribe from.
Allowed values:
Response
Webhook deleted successfully
id
ID of the webhook subscription that was successfully removed.