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