Skip to main content
DELETE
/
project-other-items
/
{id}
Delete a project other item
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-other-items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "message": "The item has already been invoiced and cannot be deleted."
}
Scheduled miscellaneous items to bill to a project. Includes items like products, licenses, deliverables, or other materials. Only available for billable projects.

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

Response

204