cURL
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>" } ] }
Unsubscribe from a webhook.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
The bearer token to authenticate with
The ID of the webhook subscription to unsubscribe from
Successful Response
Was this page helpful?