Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
/
subscriptions
/
{subscriptionId}
Eliminar suscripción
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>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-workspace-id
string<uuid>
required

Identificador del workspace multi-tenant.

Path Parameters

webhookId
string<uuid>
required

Identificador del webhook (UUID v4)

subscriptionId
string<uuid>
required

Identificador de la suscripción de evento (UUID v4)

Response

No Content