DELETE
/
notification
/
v1
/
connect
/
webhook
/
subscriptions
/
{id}
curl --request DELETE \
  --url https://api.eka.care/notification/v1/connect/webhook/subscriptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "webhook deleted successfully",
  "msg": "success"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token in the Authorization header for authentication.

Path Parameters

id
string
required

The unique identifier of the webhook to be deleted.

Response

200
application/json

Webhook deleted successfully.

The response is of type object.