Skip to main content
DELETE
/
project-monthly-budget-service-items
/
{id}
Delete a project monthly budget service item
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-monthly-budget-service-items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "message": "Parameter 'id' is not a valid UUID."
}
The monthly budget for an additional service 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 service item uuid.

Response

204