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

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

event_typeenumRequired
The type of event to unsubscribe from
Allowed values:

Response

Webhook deleted successfully
idinteger
ID of the webhook subscription that was successfully removed.

Errors