Sign out the current user and invalidate the refresh token family
Signs out a user by invalidating their refresh token and the entire token family associated with it. All rotated tokens from the same session are revoked, preventing future token refreshes. The endpoint always returnsDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content, even if the refresh token is missing, invalid, or already expired. This ensures sign-out is always safe to call.
null, the server returns
204 without performing any revocation.204 No Content on success. No response body.