New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Legacy (2024-03-18)Merchants APIWebhooks Management

Delete Webhook

DELETE
/public/2024-03-18/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

curl -X DELETE "https://example.com/public/2024-03-18/webhooks/string"
{  "success": true}
Was this page helpful?