An endpoint that allows you to delete subscription
curl --request DELETE \ --url https://api.dojah.io/api/v1/webhook/delete \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "service": "<string>" }'
{ "entity": "webhook deleted successfully" }
Application ID from dashboard
The name of service to be deleted e.g sms, ngn_wallet
json
Show properties
error message
Was this page helpful?