pub fn unpublish(
client: &Client,
base: &str,
scope: &str,
name: &str,
token: &str,
) -> Result<UnpublishResponse, PublishError>Expand description
DELETE a mem from the registry. Same auth + error envelope as
publish, so reuse PublishError for the failure shape.