Org Remove User
Organization
Org Remove User
Endpoint for organization admins to remove a user from their organization.
Args: username (str): The email of the user to be removed from the organization.
Returns: dict: A message confirming successful removal of the user.
Raises: HTTPException 404:
- If the organization or the specified user is not found. HTTPException 409:
- If the user does not belong to the organization. HTTPException 500:
- If an internal error occurs during the removal process.
DELETE
Org Remove User
