Function remove_owner_to_folder

Source
pub async fn remove_owner_to_folder(
    configuration: &Configuration,
    workspace: &str,
    name: &str,
    remove_owner_to_folder_request: RemoveOwnerToFolderRequest,
) -> Result<String, Error<RemoveOwnerToFolderError>>