---
title: "Reset User Session"
method: POST
path: "/users/{id}/resetSession"
tags: ["Users"]
---

# Reset User Session

`POST /users/{id}/resetSession`

Clean the payload data for a specific user session

## Path parameters

- `id` string, required

## Response `200`

User session payload reset successfully

- CommonResponse
  - `code` 'OK' | 'CREATED' | 'INVALID_CREDENTIALS' | 'INVALID_PARAMETERS' | 'INVALID_TOKEN' | 'UNAUTHORIZED_ACCESS' | 'MISSING_RESOURCE' | 'REQUEST_LIMIT_EXCEEDED' | 'SERVER_ERROR' | 'UNSUPPORTED_METHOD' | 'SERVER_UNAVAILABLE' | 'TIME_LIMIT_EXCEEDED', required — Request status code
  - `message` string — Message response to the request
  - `requestId` string, required — Unique ID that is added to the body of every response for easy traceability of the request in our logs.

---

[API](https://skmtc.dev/smileapi/apis/smile-api.md) · [All operations](https://skmtc.dev/smileapi/apis/smile-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smileapi/smile-api/revisions/a4930eb49f4d/schema)
