Delete Webhook

This endpoint allows you to Subscribe to Dojah's webhook service

Request

{{baseUrl}}api/v1/webhook/delete

Header

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body

BodyTypeDescription
servicestringType of services [ sms, ngn_wallet]

Response Sample

{
  "entity": "webhook deleted successfully"
}