v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBClients
Delete Client Budget
Remove the budget attached to a client. The client itself is kept.
delete/clients/{client_id}/budget
Path parameters
client_idnumber required
Example:107
Client ID
Response
OK
Example response
{
"id": 4567,
"name": "Client Name",
"projects": [
"ev:1234567890"
],
"budget": {
"type": "money",
"budget": 100000,
"period": "general"
}
}