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
Example response
{
"success": true
}