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

AuthorizationstringRequired

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

Request

This endpoint expects an object.
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