---
title: "Cancel virtual cash decrease by ID"
method: DELETE
path: "/virtual_cash_balances/decreases/{virtual_cash_decrease_id}"
tags: ["Virtual Cash Balances"]
---

# Cancel virtual cash decrease by ID

`DELETE /virtual_cash_balances/decreases/{virtual_cash_decrease_id}`

Cancels a virtual cash decrease specified by its ID. It is only possible to cancel a virtual cash decrease if it has the status `ISSUED` or `QUEUED`.

## Response `202`

The request has been successfully accepted and will be processed asynchronously.

## Other responses

- `401` — Unauthorized. The caller has not been authenticated.
- `403` — Forbidden. The caller has been authenticated but is not allowed to take the requested action.
- `404` — Not Found. The requested resource could not be found.
- `406` — Not Acceptable. The resource does not have a current representation that would be acceptable to the user agent. "Accept" header defined unsupported value.
- `422` — Unprocessable Entity. The syntax of request is correct but server can't process it due a semantic error.
- `429` — Too Many Requests. The caller has exceeded their quota for the time period and has been throttled.
- `500` — Internal Server Error. The service encountered an unexpected error.
- `503` — Service Unavailable. The service handling for this request cannot be reached at this time.
- `504` — Gateway Timeout. The service gateway has reached its internal timeout.

---

[API](https://skmtc.dev/upvest/apis/upvest-investment-api.md) · [All operations](https://skmtc.dev/upvest/apis/upvest-investment-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upvest/upvest-investment-api/revisions/7babe3f4411c/schema)
