Log out the current session
Clears the auth cookies for the current session and drops the per-pod user cache entry. Always succeeds from the client's perspective.
POST
/api/auth/logoutRequest
curl
curl -X POST https://platform.trickest.com/api/auth/logout \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Logout acknowledged
successboolean400Bad Request – validation error or malformed input
codestringmessagestring500Internal Server Error
codestringmessagestring