Skip to main content
DELETE
/
api
/
v1
/
webhook
/
unsubscribe
Unsubscribe To Webhook
curl --request DELETE \
  --url https://api.presenton.ai/api/v1/webhook/unsubscribe \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

Authorization
string
required

The bearer token to authenticate with

Body

application/json
id
string
required

The ID of the webhook subscription to unsubscribe from

Response

Successful Response