Skip to main content
Call POST /auth/signout to end a session by permanently invalidating a refresh token. After signing out, the supplied refresh token can no longer be used to obtain new access tokens. Any existing access tokens for the session will continue to work until they expire naturally — if you need to prevent further access immediately, rotate or discard your access token on the client side.

Endpoint

Request body

refresh_token
string
required
The refresh token to invalidate. After this call succeeds, the token cannot be reused.

Response

Status: 204 No Content No response body is returned on success.

Example

cURL