Webhooks
Delete Webhook
Deletes a webhook subscription by ID. The subscription must belong to the caller's team. The response body is empty.
delete/v1.0/webhook/{subscribeId}
Path parameters
subscribeIdinteger required
ID of the webhook subscription to delete.
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Response
Webhook deleted successfully. No response body.