---
title: "Delete a crypto settlement"
method: DELETE
path: "/v1/merchants/{merchantId}/settlements/crypto/{id}"
tags: ["Crypto Settlement"]
---

# Delete a crypto settlement

`DELETE /v1/merchants/{merchantId}/settlements/crypto/{id}`

Remove a crypto settlement. Future payments in the deleted asset will no longer be auto-settled.

## Path parameters

- `id` string, required
- `merchantId` string, required

## Response `200`

Settlement deleted

- object
  - `id` string, required — Crypto settlement ID
  - `deleted` boolean, required — Whether the settlement was successfully deleted

## Other responses

- `404` — Settlement not found

---

[API](https://skmtc.net/walletconnect/apis/walletconnect-pay-api.md) · [All operations](https://skmtc.net/walletconnect/apis/walletconnect-pay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/walletconnect/walletconnect-pay-api/versions/8e5708191dde/schema)
