Function scaleway_api_rs::apis::tags_api::delete_tag[][src]

pub async fn delete_tag(
    configuration: &Configuration,
    region: &str,
    tag_id: &str,
    force: Option<bool>
) -> Result<ScalewayRegistryV1Tag, Error<DeleteTagError>>
Expand description

Delete the tag associated with the given id.