Skip to main content
DELETE
/
workspace-roles
/
{id}
Delete a workspace role
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/workspace-roles/{id} \
  --header 'Authorization: Bearer <token>'
A company-wide role and rate used to build a rate card. Workspace roles can be added or linked to client-specific rate cards.

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

Response

204