v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Card budgets

Remove a card from a budget

Removes a card from a given budget.

delete/cards/{cardId}/budgets/{budgetId}

Path parameters

cardIdstring uuid required

The ID of the card to work with.

Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd
budgetIdstring uuid required

The ID of the budget to work with.

Example:775596ae-2624-40af-a9dc-9756110a4a03

Query parameters

accountIdstring required

The ID of the account to work with.

Example:F50091

Response

OK

successboolean required

Indicates the outcome of the operation.

Example response

{
  "success": true
}