Skip to main content
DELETE
/
v1
/
api-keys
/
{apiKeyId}
Revocar una API Key
curl --request DELETE \
  --url https://agents.studio.getsupervisor.ai/v1/api-keys/{apiKeyId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "code": "API_KEY_NOT_FOUND",
  "message": "No existen API Keys activas con ese identificador"
}

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

apiKeyId
string<uuid>
required

Identificador de la API Key emitida

Response

API Key revocada exitosamente