---
title: "Delete a payment terminal"
method: DELETE
path: "/api/v1/payment-terminals/{paymentTerminalId}"
tags: ["Payment Terminals"]
---

# Delete a payment terminal

`DELETE /api/v1/payment-terminals/{paymentTerminalId}`

Soft-deletes the payment terminal identified by `{type}_{id}` (e.g. `payter_123`).<br>Required scope: `payment-terminals:delete`

## Path parameters

- `paymentTerminalId` string, required

## Response `204`

Payment terminal deleted

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
