---
title: "Remove a card from a budget"
method: DELETE
path: "/cards/{cardId}/budgets/{budgetId}"
tags: ["Card budgets"]
---

# Remove a card from a budget

`DELETE /cards/{cardId}/budgets/{budgetId}`

Removes a card from a given budget.

## Path parameters

- `cardId` string, uuid, required — The ID of the card to work with.
- `budgetId` string, uuid, required — The ID of the budget to work with.

## Query parameters

- `accountId` string, required — The ID of the account to work with.

## Response `200`

OK

- object
  - `success` boolean, required — Indicates the outcome of the operation.

---

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