pub async fn delete_tag(
    configuration: &Configuration,
    tag_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse2001, Error<DeleteTagError>>
Expand description

A specific, existing tag can be deleted by making a DELETE request on the URL for that tag. Returns an empty data record.