SettleFlow API
API ReferenceWebhook configuration

Delete a webhook configuration

DELETE
/webhooks/config/{id}

Removes a webhook configuration. Events will no longer be sent to this endpoint.

X-Api-Key<token>

Merchant API key for authentication

In: header

Path Parameters

id*string

Resource ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/webhooks/config/string"
{  "success": true}