Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://cds.marmar.life/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Webhook deleted"
}

Authorizations

Authorization
string
header
required

API key obtained from the Tenant Dashboard. Use as Authorization: Bearer YOUR_API_KEY

Path Parameters

webhookId
string<uuid>
required

Response

Webhook deleted

message
string
Example:

"Webhook deleted"