curl -X DELETE "https://api.danubeai.com/v1/api-keys/abc123" \ -H "Authorization: Bearer YOUR_JWT_TOKEN"
{ "message": "API key revoked successfully" }
Revoke an API key, immediately preventing further use
is_active
Authorization: Bearer <token>