New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Log in
Current (2025-04-01)Merchants APIWebhooks Management

Delete Webhook

The Delete Webhook API allows you to delete a webhook registration by providing the webhook ID.

DELETE
/public/2025-04-01/webhooks/{id}
x-api-key<token>

Your Chargeflow API key, sent on every request. Generate one in the Chargeflow App, or see API keys.

In: header

Path Parameters

id*string

The Webhook id to delete

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/public/2025-04-01/webhooks/123e4567-e89b-12d3-a456-426614174000"
{  "success": true}
Was this page helpful?