Skip to main content
DELETE
/
project-invoice-milestones
/
{id}
Delete a project invoice milestone
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-invoice-milestones/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "message": "The item has already been invoiced and cannot be deleted."
}
Scheduled invoicing for a fixed fee project. This is only available for projects that have a billing type of “fixed” or “fixed_recurring”.

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 invoice milestone uuid

Response

204