cURL
curl --request DELETE \ --url https://cds.marmar.life/v1/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "message": "Webhook deleted" }
API key obtained from the Tenant Dashboard. Use as Authorization: Bearer YOUR_API_KEY
Webhook deleted
"Webhook deleted"