/signout

Invalidates the current access token, signing the user out; returns 204 with no body.

Idempotent: the endpoint always returns 204, even if the Authorization header is missing or the token was already invalid/expired — there is no error response for this case.

Note on CSRF: This endpoint uses GET, which can be triggered passively by browsers.
However, this API is stateless and authenticates exclusively via the Authorization
bearer token header — browsers never automatically attach header-based tokens to
passive requests (img tags, prefetch, etc.). CSRF is therefore not applicable here.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Response
204

Successfully signed out

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!