Remove a budget from the contract.
cURL
curl --request DELETE \ --url https://api.monk.com/v1/contracts/{contractId}/budgets/{index} \ --header 'Authorization: Bearer <token>'
{ "data": { "removed": { "index": 123, "label": "<string>", "eventPropertyKey": "<string>", "eventPropertyValue": "<string>", "meterId": "<string>", "maxCredits": 123, "maxCreditsCents": 123, "isExhausted": true } } }
contracts:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the contract (UUID)
Budget array index
x >= 0
Budget removed
Show child attributes