---
title: "Delete an in-person location"
method: DELETE
path: "/in-person/locations/{id}"
tags: ["In-Person Locations"]
---

# Delete an in-person location

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

Deletes an in-person location. Note that once deleted, the location will no longer be available. You can only the location if it has no terminal assigned to it.

## Path parameters

- `id` string, required

## Headers

- `Account` string

## Response `200`

The resource was successfully deleted

- InPersonLocationDeleted
  - `id` string — The Id of the deleted location

## Other responses

- `400` — One or more inputs are invalid
- `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)
