DELETE/webhooks/:id

Delete Webhook

Permanently delete a webhook endpoint and its delivery history

Scope: WEBHOOKS_WRITE

Overview

Permanently deletes a webhook endpoint and all its associated delivery history. This action cannot be undone.

Request

DELETE/webhooks/:id

Path Parameters

Headers

HeaderValue
AuthorizationBearer fxk_live_<your-api-key>

Example Request

curl -X DELETE "https://api.formfex.com/api/v1/public/webhooks/WEBHOOK_ID" \
  -H "Authorization: Bearer $FORMFEX_API_KEY"

Response

Notes

Irreversible

Deleting a webhook endpoint permanently removes it along with all delivery history. Consider disabling the endpoint via Update Webhook (isActive: false) if you may need it again.