Delete a project role
Deletes a project role by its ID. The request fails if collaborators are still assigned to the role. Ensure the role is unassigned before attempting deletion.
<Warning title="EARLY ACCESS FEATURE"> This access control endpoint is in limited preview. The access control model is under active development and may change. Contact your Customer Success Manager to participate in early access testing.</Warning>
Path parameters
id
The ID of the project role to delete.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.