Pular para o conteúdo principal
DELETE
/
api_keys
/api/v1/api_keys
curl --request DELETE \
  --url https://api.venice.ai/api/v1/api_keys \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

id
string

The ID of the API key to delete

Resposta

OK

success
boolean
obrigatório