Remove a card from all budgets

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

SecurityCommonAuth
Request
path Parameters
cardId
required
string <uuid> <= 36 characters

The ID of the card to work with.

Example: e9293471-5eb3-4dbc-916c-dbaf9e2deefd
query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
Responses
200

OK

delete/cards/{cardId}/budgets
Request samples
Response samples
application/json
{
  • "success": true
}