---
title: "Delete an instrument"
method: DELETE
path: "/payment/instruments/{instrumentId}"
tags: ["Instruments"]
---

# Delete an instrument

`DELETE /payment/instruments/{instrumentId}`

Delete an instrument from a holder.

## Path parameters

- `instrumentId` string, uuid, required

## Headers

- `x-idempotency-key` string, uuid, required

## Response `200`

Success.

- object
  - `success` boolean — Boolean indicating if the operation was successful. In case of `false`, please notify Payrails to act on a resolution asap.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.
- `429` — Too Many Requests.

---

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