cURL
curl --request DELETE \ --url https://api.presenton.ai/api/v3/webhook/unsubscribe/all \ --header 'Authorization: <authorization>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Unsubscribe from all webhook subscriptions of the user.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
Bearer JWT or API Key
Successful Response
Was this page helpful?