---
title: "Delete Payment Instruction"
method: DELETE
path: "/x402/payment_instructions/{id}"
---

# Delete Payment Instruction

`DELETE /x402/payment_instructions/{id}`

Deletes a payment instruction (soft delete). All CID mappings must be deleted first.

## Path parameters

- `id` string, required

## Response `200`

Successful operation

- object
  - `data` object, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict - CID mappings still exist

---

[API](https://skmtc.net/pinata/apis/pinata-v3-api.md) · [All operations](https://skmtc.net/pinata/apis/pinata-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinata/pinata-v3-api/versions/734684efd9c4/schema)
