Skip to main content
DELETE
/
client-roles
/
{id}
Delete a client role
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/client-roles/{id} \
  --header 'Authorization: Bearer <token>'
A role defining billing terms for work performed for a specific client. Client roles can be created independently or linked to a workspace role, which overrides the role’s name, billing, and classification fields.

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

Response

204