Vai al contenuto principale
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
}

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri della query

id
string

The ID of the API key to delete

Risposta

OK

success
boolean
obbligatorio