cURL
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.
Unsubscribe from a webhook.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
Was this page helpful?