Skip to main content
Revoke the session tied to the token in the Authorization header. Subsequent requests with the same token return 401. Discard the token in the client after a successful response. Method: POST Path: /api/auth/logout Auth: Session Bearer

Request

No body.

Response

204 No Content.

Example

Errors