# Revoke a session by ID **DELETE /api/my-account/sessions/{sessionId}** Revoke a specific user session by its ID, optionally revoking target associated grants and tokens. A logto-verification-id in header is required for revoking sessions. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **sessionId** (string) The unique identifier of the session. ### Query parameters - **revokeGrantsTarget** (string) Optional target for revoking associated grants and tokens. 'all' revokes grants for every application authorized by this session. 'firstParty' revokes only first-party app grants; third-party app grants remain active. If omitted, grants remain active when the session authorizations include offline_access; otherwise they are revoked. ## Responses ### 204 The session was revoked successfully. ### 400 The field is not editable. ### 401 Unauthorized ### 403 Forbidden ### 404 The session does not exist. ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)