---
title: "Remove"
method: POST
path: "/Token/Remove/{uid}"
tags: ["Tokens"]
---

# Remove

`POST /Token/Remove/{uid}`

This endpoint allows you to remove a token.
Removing a token will delete it from the system, and it cannot be used for future transactions.

## Path parameters

- `uid` string, required

## Headers

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

## Response `200`

200

- object
  - `result` object
    - `status` string
    - `code` integer
    - `description` string
  - `data` 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)
