cURL
curl --request DELETE \ --url https://api.papp.sa/api/v1/webhooks/{webhookUuid} \ --header 'x-api-key: <api-key>'
{ "status": true, "message": "", "appended_data": {} }
Deletes a webhook for the authenticated merchant.
Webhook UUID.
Webhook deleted successfully.
true
""
{}