Unassign Role From User

Delete a role assignment from a user in a workspace.

Args: workspace_id (str): The ID of the workspace. email (str): The email of the user to remove the role from. organization_id (str): The ID of the organization. role (str): The role to remove from the user. request (Request): The FastAPI request object.

Returns: bool: True if the role assignment was successfully deleted.

Raises: HTTPException: If there is an error in the request or the user does not have permission to perform the action. HTTPException: If there is an error in updating the user's roles.

delete/workspaces/{workspace_id}/roles

Path parameters

workspace_idstring required

Query parameters

emailstring required
organization_idstring required
rolestring required

Response

Successful Response

{"stackTrail":"paths:/workspaces/{workspace_id}/roles:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes