Requires an enterprise admin external API key.
Revokes a specific API key that belongs to the enterprise.
Path Parameters
The API key ID to revoke.
Response
Operation status (e.g., “success”).
curl -X DELETE "https://api.devin.ai/v2/enterprise/api-keys/apk-abc1234567890abcdef1234567890abcdef" \
-H "Authorization: Bearer YOUR_ENTERPRISE_API_KEY"