Skip to main content
DELETE
/
project-revenue-recognition-entries
/
{id}
Delete a project revenue recognition entry
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-revenue-recognition-entries/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "message": "Parameter 'id' is not a valid UUID."
}
Scheduled recognition of payments for fixed-fee projects. This is only available for projects that have a billing type of “fixed” or “fixed_recurring” and where the revenue recognition mode is set to “manual”.

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 recognition entry uuid

Response

204