Skip to main content
DELETE
/
project-service-items
/
{id}
Delete a project service item
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-service-items/{id} \
  --header 'Authorization: Bearer <token>'
An additional service charge billed to a project, such as managed services, consulting retainers, or other recurring fees beyond core project work. 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 service item uuid

Response

204