---
title: "Cancel withdrawals request"
method: POST
path: "/wallet/withdrawals/cancel"
tags: ["Wallet"]
---

# Cancel withdrawals request

`POST /wallet/withdrawals/cancel`

## Request body

- object
  - `withdrawal_id` integer, required

## Response `200`

returns success true or false

- object
  - `success` boolean

## Other responses

- `400` — Returns error if Withdrawal Withdrawal Already Processed

---

[API](https://skmtc.dev/delta/apis/delta-exchange-api.md) · [All operations](https://skmtc.dev/delta/apis/delta-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/delta/delta-exchange-api/revisions/36e800c9304c/schema)
