Skip to content

Delete webhook

Permanently delete a webhook configuration.

DELETE /v1/webhooks/settings

Permanently delete a webhook configuration.

Parameters

  • id (query, string) required — Webhook ID to delete

Responses

200 — Webhook deleted successfully

  • success (boolean)

400 — Webhook ID required

401