Skip to main content
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"
}
Requires an enterprise admin personal API key. Revokes all API keys across all organizations in the enterprise. This is a bulk operation that affects both user and service API keys.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Response

200 - application/json

Successful Response

status
string
default:success