v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Card budgets

Remove a card from all budgets

Removes a card from all of the budgets that it's associated with.

delete/cards/{cardId}/budgets

Path parameters

cardIdstring uuid required

The ID of the card to work with.

Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd

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
}