CLIENT_INACTIVE

HTTP 403

What it means

The OAuth client is disabled or has been deactivated.

What to do

Contact your tenant administrator to re-enable the MCP client, or register a new client in the developer portal.

Envelope

{
  "error": {
    "code": "CLIENT_INACTIVE",
    "http_status": 403,
    "message": "The OAuth client is disabled or has been deactivated.",
    "remediation_hint": "Contact your tenant administrator to re-enable the MCP client, or register a new client in the developer portal.",
    "docs_url": "https://developers.cognethics.com/errors/CLIENT_INACTIVE",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.