cURL
curl --request DELETE \ --url https://agents.studio.getsupervisor.ai/v1/webhooks/{webhookId}/subscriptions/{subscriptionId} \ --header 'Authorization: Bearer <token>' \ --header 'x-workspace-id: <x-workspace-id>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador del workspace multi-tenant.
Identificador del webhook (UUID v4)
Identificador de la suscripción de evento (UUID v4)
No Content