cURL
curl --request DELETE \ --url https://api.mtn.express.ci/client/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
Remove a webhook by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webhook deleted