cURL
curl --request DELETE \ --url https://api.presenton.ai/api/v3/webhook/unsubscribe \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Bearer JWT or API Key
The ID of the webhook subscription to unsubscribe from
Successful Response
Was this page helpful?