Skip to main content
DELETE
/
member-levels
/
{id}
Delete a member level
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/member-levels/{id} \
  --header 'Authorization: Bearer <token>'
A seniority level that can be assigned to workspace members (for example, Associate, Senior, or Lead).

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 member level uuid

Response

204