---
title: "Delete a terminal"
method: DELETE
path: "/in-person/terminals/{id}"
tags: ["In-Person Terminals"]
---

# Delete a terminal

`DELETE /in-person/terminals/{id}`

Deletes a terminal. Note that once deleted, the terminal will no longer be able to accept payments.

## Path parameters

- `id` string, required

## Headers

- `Account` string

## Response `200`

The resource was successfully deleted

- TerminalDeleted
  - `id` string — The Id of the deleted terminal

## Other responses

- `404` — The given resource could not be found
- `500` — An unexpected error occurred when executing this request

---

[API](https://skmtc.net/ryftpay/apis/ryft-payment-api.md) · [All operations](https://skmtc.net/ryftpay/apis/ryft-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ryftpay/ryft-payment-api/versions/a042f64d4305/schema)
