---
title: "Delete a reader"
method: DELETE
path: "/v0.1/merchants/{merchant_code}/readers/{reader_id}"
tags: ["Readers"]
---

# Delete a reader

`DELETE /v0.1/merchants/{merchant_code}/readers/{reader_id}`

Delete a reader.

## Path parameters

- `merchant_code` string, required
- `reader_id` string, required — Unique identifier of the reader that the payment is initiated on.

## Response `200`

Returns an empty response if the deletion succeeded.

## Other responses

- `404` — The requested Reader resource does not exist.

---

[API](https://skmtc.net/sumup/apis/sumup-rest-api.md) · [All operations](https://skmtc.net/sumup/apis/sumup-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumup/sumup-rest-api/revisions/f50e1dc97523/schema)
