Logout
POST
/auth/v1/logoutRequest Body
requiredapplication/json{
"$ref": "#/components/schemas/auth.v1.LogoutRequest",
"$ref-value": {
"type": "object",
"properties": {
"token": {
"type": "string",
"title": "token"
}
},
"title": "LogoutRequest",
"additionalProperties": false
}
}Response Body
200application/json
Success
type: unknown
{
"$ref": "#/components/schemas/google.protobuf.Empty",
"$ref-value": {
"type": "object",
"description": "An empty JSON object."
}
}curl -X POST "https://api.rixl.com/auth/v1/logout" \
-H "Content-Type: application/json" \
-d '{}'Success
application/json
{
"$ref": "#/components/schemas/google.protobuf.Empty",
"$ref-value": {
"type": "object",
"description": "An empty JSON object."
}
}