English
cURL
curl --request POST \ --url https://{base_url}/v1/auth/logout \ --header 'Content-Type: application/json' \ --data '"<unknown>"'
"<string>"
Clear the current session and logout the user.
No body
Nothing
Successful logout
The response is of type string.
string