Passthrough Delete
Loading...
API endpoint path: /mx/{institutionId}/{mxSsoResourcePath}
Transparent passthrough for DELETE requests to the MX SSO APIs. The service provides a RESTful interface for authenticating users on the MX platform; endpoint paths, headers, and query parameters are defined in the MX documentation.
Use this endpoint to:
- Invoke MX SSO DELETE APIs to end authenticated user sessions on the MX platform — the primary use case is delete user session, which closes all open sessions for the specified user.
- Call this operation when a user signs out of your application or when you need to revoke active MX SSO sessions (for example, after credential changes or account closure).
- Access MX SSO delete operations through the Candescent API Gateway instead of calling MX directly.
Behavior and capabilities:
- The gateway validates the OAuth V2 bearer token,
correlationId, andext_host, injectsMD-API-KEYfor MXSSO routing, and removes Candescent-specific headers before forwarding the request to MX. - Proxies requests using the path
/mx/{institutionId}/{mxSsoResourcePath}, whereinstitutionIdcorresponds to the MXclient_id(used in MX paths such as/{client_id}/...), must match the value in the OAuth V2 token, and is used when forwarding requests to MX. - Forwards all MX-supported headers, paths, and query parameters without modification.
- Returns MX HTTP status codes without modification.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 429
- 500
- 502
- 503
- 504
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
Internal Server Error
Bad Gateway
Service Unavailable
Gateway Timeout