---
title: "ResetRemove"
method: POST
path: "/Cashiers/ResetRemove"
tags: ["Cashiers"]
---

# ResetRemove

`POST /Cashiers/ResetRemove`

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `terminal_uid` string, required — Unique identifier for terminal
  - `cashier_uid` string — Only one of cashier_uid, cashier_name, or cashier_number should be provided.
  - `cashier_name` string — Only one of cashier_uid, cashier_name, or cashier_number should be provided.
  - `cashier_number` string — Only one of cashier_uid, cashier_name, or cashier_number should be provided.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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