cURL
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" }
An endpoint that allows you to delete subscription
Show properties
Was this page helpful?