Skip to main content
DELETE
/
api
/
v1
/
webhook
/
delete
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dojah.io/llms.txt

Use this file to discover all available pages before exploring further.

AppId
string
required
Application ID from dashboard

BODY PARAMS

service
string
required
The name of service to be deleted e.g sms, ngn_wallet

RESPONSES

200
json
json
400
Object
401
Object
{
  "entity": "webhook deleted successfully"
}