Organization Webhooks

Delete organization webhook

Remove a webhook from the organization. This permanently deletes the webhook. To call this endpoint, you must have the user_manage scope on a short-lived access token created either in the web app or programmatically using the Login endpoint.

delete/api/v2/organization/{organizationId}/webhook/{webhookId}

Path parameters

organizationIdstring required
Example:59cd72485007a239fb00282ed480da1f
webhookIdstring required
Example:59cd72485007a239fb00282ed480da1f

Response

No Content

Changes