Skip to main content
DELETE
/
project-roles
/
{id}
Delete a project role
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-roles/{id} \
  --header 'Authorization: Bearer <token>'
A role on a project used to group rates and billability settings, then assigned to project members.

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 role uuid

Response

204