Skip to main content
DELETE
/
cards
/
{cardId}
/
budgets
Remove a card from all budgets
curl --request DELETE \
  --url https://api.equalsmoney.com/v2/cards/{cardId}/budgets \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Path Parameters

cardId
string<uuid>
required

The ID of the card to work with.

Maximum string length: 36
Example:

"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"

Query Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

Response

200 - application/json

OK

success
boolean
required

Indicates the outcome of the operation.