Sign Out
Auth Endpoints
Sign Out
Sign out the current user and invalidate the refresh token family
POST
Sign Out
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.
Body Parameters
The refresh token JWT to invalidate. If omitted or
null, the server returns
204 without performing any revocation.Response
Returns204 No Content on success. No response body.

