# Revoke a user session **DELETE /api/users/{userId}/sessions/{sessionId}** Revoke a specific user session by its ID, optionally revoking all associated grants and tokens. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **userId** (string) The unique identifier of the user. - **sessionId** (string) The unique identifier of the session. ### Query parameters - **revokeGrants** (string) Whether to revoke all associated grants and tokens along with the session. ## Responses ### 204 Session revoked successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)