Skip to main content
DELETE
/
project-budget-other-items
/
{id}
Delete a project budget other item
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-budget-other-items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "message": "Parameter 'id' is not a valid UUID."
}
The budget for a miscellaneous invoice item on a project. Only available for billable projects using a budget and the budget mode is either “detailed” or “aggregated”.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The project budget other item uuid

Response

204