Skip to main content
DELETE
/
project-health-reports
/
{id}
Delete a project health report
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-health-reports/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "message": "Parameter 'id' is not a valid UUID."
}
A scorecard for a project’s health with respect to the budget, schedule, client satisfaction, and team satisfaction.

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 health report uuid

Response

204