Function delete_package

Source
pub async fn delete_package(
    configuration: &Configuration,
    owner: &str,
    type: &str,
    name: &str,
    version: &str,
) -> Result<(), Error<DeletePackageError>>