/logout
These are the possible response codes when you make an API call to the /logout
endpoint.
Response code | Error | Message | Scenario | Resolution |
---|---|---|---|---|
200 OK | Shows 200 OK return and user has been logged out | |||
200 OK | Remove | |||
200 OK | Invalid | |||
200 OK | Missing | |||
200 OK | Removed | |||
200 OK | Invalid | |||
200 OK | Missing | |||
200 OK | Removed | |||
200 OK | Removing | |||
400 Bad Request |
| "Invalid json format" | Empty payload | Add the payload. |
400 Bad Request |
| "Invalid json format" | Invalid JSON format used in the payload. | Use correct JSON format for the payload. |
401 Unauthorized |
| "Unauthorized" | Expired | Enter a fresh |
403 Forbidden |
| "error_details:{ | Incorrect | Enter a valid |
422 Unprocessable Entity |
| "client_id":{ no error description | Removed | Add the |
422 Unprocessable Entity |
| "error_details": "invalid_argument" | Incorrect | Enter the correct |
422 Unprocessable Entity |
| "error_details": "invalid_argument" | Remove | Add the |
422 Unprocessable Entity |
| "auth_type": { no error description | Invalid | Enter a valid |
422 Unprocessable Entity |
| "auth_type": { no error description | Missing | Enter a valid |
422 Unprocessable Entity |
| "auth_type": { no error description | Removed | Add the |
422 Unprocessable Entity |
| "user_id": { no error description | Invalid | Enter a valid |
422 Unprocessable Entity |
| "user_id": { no error description | Missing | Enter a valid |
422 Unprocessable Entity |
| "user_id": "field required" | Removed | Add the |
422 Unprocessable Entity |
| "310": "Expecting ',' delimiter: line x column xx (char xxx)" | Invalid | Enter a valid |
503 Service Temporarily Unavailable | "Backend action does not exist" | "Incorrect version code in URL " typed in vxx but we only have vxx for now" | Enter the correct | |