Skip to main content
DELETE
/
project-revenue-adjustments
/
{id}
Delete a project revenue adjustment
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-revenue-adjustments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "message": "Parameter 'id' is not a valid UUID."
}
Manual positive or negative adjustments to a project’s earned revenue. They affect earned revenue only and never change invoiced revenue. Available on 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 revenue adjustment uuid.

Response

204