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>"
}'
This response does not have an example.

Headers

Authorization
string
required

Body

application/json
id
string
required

Response