---
title: "Delete Instrument"
method: DELETE
path: "/instruments/{instrument_id}"
tags: ["instruments"]
---

# Delete Instrument

`DELETE /instruments/{instrument_id}`

Delete an instrument by ID.

## Path parameters

- `instrument_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/monato/apis/direct-debit-service.md) · [All operations](https://skmtc.net/monato/apis/direct-debit-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/direct-debit-service/versions/23bb85042119/schema)
