DELETE
/
v2
/
enterprise
/
api-keys
/
{api_key_id}
curl -X DELETE "https://api.devin.ai/v2/enterprise/api-keys/101" \
  -H "Authorization: Bearer YOUR_ENTERPRISE_API_KEY"
{ "status": "success" }
Requires an enterprise admin external API key. Revokes a specific API key that belongs to the enterprise.

Path Parameters

api_key_id
integer
required
The API key ID to revoke.

Response

status
string
required
Operation status (e.g., “success”).
curl -X DELETE "https://api.devin.ai/v2/enterprise/api-keys/101" \
  -H "Authorization: Bearer YOUR_ENTERPRISE_API_KEY"
{ "status": "success" }