cURL
curl --request DELETE \ --url https://sandbox.api.acountpay.com/v1/partner/webhooks/{id} \ --header 'X-Partner-Client-Id: <api-key>' \ --header 'X-Partner-Client-Secret: <api-key>'
Permanently deletes a webhook endpoint. Events will no longer be sent to this URL.
Your partner client ID
Your partner client secret
Webhook ID
Webhook deleted
Was this page helpful?