---
title: "Delete a withdrawal address"
method: DELETE
path: "/api/v1/organization/withdrawal-addresses/{id}"
tags: ["Withdrawal Addresses"]
---

# Delete a withdrawal address

`DELETE /api/v1/organization/withdrawal-addresses/{id}`

Deletes a withdrawal address. If you delete your default address, then the first address will be marked as default and you will receive next payments to that address.

## Path parameters

- `id` string, required

## Response `200`

- SuccessDto
  - `message` string, required
  - `statusCode` number, required

## Other responses

- `500`

---

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