cURL
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." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The project invoice milestone uuid
uuid
204