Webhooks
Delete Webhook
Permanently removes a webhook by webhookId. Cannot be undone — no further event deliveries will be attempted to the registered URL. Returns 204 No Content on success.
delete/v1/webhooks/{webhookId}
Path parameters
webhookIdstring required
Unique identifier of the webhook to delete. Obtained from the webhookId field in the Create Webhook or List Webhooks response.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.