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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

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