Removes a card from all of the budgets that it’s associated with.
cURL
curl --request DELETE \ --url https://api.equalsmoney.com/v2/cards/{cardId}/budgets \ --header 'Authorization: <api-key>'
{ "success": true }
The ID of the card to work with.
36
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
The ID of the account to work with.
"F50091"
OK
Indicates the outcome of the operation.
Was this page helpful?