Revoke a specific user session by its ID, optionally revoking all associated grants and tokens. A logto-verification-id in header is required for revoking sessions.
DELETE
/api/my-account/sessions/{sessionId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/my-account/sessions/{sessionId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"