Skip to main content
DELETE
/
project-product-items
/
{id}
Delete a project product item
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-product-items/{id} \
  --header 'Authorization: Bearer <token>'
A product to bill to a project, such as software, licenses, hardware, or other goods. 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 product item uuid

Response

204