v1

latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KB
Clients

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

idnumber required
namestring required
projectsstring[] required

List of projects ID

businessDetailsstring nullable

Example response

{
  "id": 4567,
  "name": "Client Name",
  "projects": [
    "ev:1234567890"
  ],
  "budget": {
    "type": "money",
    "budget": 100000,
    "period": "general"
  }
}