Vai al contenuto principale
DELETE
/
v2
/
enterprise
/
api-keys
Revoke Enterprise Api Keys Endpoint
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
Richiede l’API key personale di un amministratore Enterprise. Revoca tutte le API key in tutte le organizzazioni dell’Enterprise. Si tratta di un’operazione in blocco che riguarda sia le API key utente sia quelle di servizio.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Response

200 - application/json

Successful Response

status
string
default:success