Delete Webhook
This endpoint allows you to Subscribe to Dojah's webhook service
Request
{{baseUrl}}api/v1/webhook/delete
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body
Body | Type | Description |
---|---|---|
service | string | Type of services [ sms, ngn_wallet] |
Response Sample
{
"entity": "webhook deleted successfully"
}
Updated 7 months ago