CallDocumentation Index
Fetch the complete documentation index at: https://docs.drssed.app/llms.txt
Use this file to discover all available pages before exploring further.
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
| Field | Value |
|---|---|
| Method | POST |
| Path | /auth/signout |
| Auth required | Yes (Bearer token) |
| Rate limit | 2 per minute |
Request body
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