def quarantine_package(owner, repo, identifier):
    """Quarantine a package."""
    client = get_packages_api()

    with catch_raise_api_exception():