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

Delete Webhook

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

Your Chargeflow API key. Generate it in the Developer Hub under Settings.

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/string"
{  "success": true}
Was this page helpful?