Zum Hauptinhalt springen
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
}

Autorisierungen

Authorization
string
header
erforderlich

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

Abfrageparameter

id
string

The ID of the API key to delete

Antwort

OK

success
boolean
erforderlich