Endpoint to delete an organization and all its associated data. This operation is restricted to root-level users only.
Args: org_name (str): The name (or ID) of the organization to delete.
Returns: dict: A success message confirming the organization deletion.
Raises: HTTPException 404: If the deletion fails due to the organization not existing or an internal error.