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": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
This response does not have an example.

Headers

Authorization
string
required

The bearer token to authenticate with

Body

application/json
id
string<uuid>
required

The ID of the webhook subscription to unsubscribe from

Response

Successful Response