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

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 monthly budget other item uuid

Response

204