Headers
Can include
replyke-refresh-jwt
cookie with the refresh tokenBody Parameters
JWT refresh token (optional if provided via cookie)
Response
Returns 204 No Content on success with no response body
Error Responses
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- If the refresh token is valid, the corresponding token record is deleted.
- If the refresh token is invalid, expired, or missing, 204 is still returned.
- The cookie
replyke-refresh-jwt
is cleared if present. - No information is leaked about whether the token existed or was valid.