removeTagsFromResource

Removes tags from a directory.

Samples

// The following example removes a tag from a specified directory.
val resp = directoryClient.removeTagsFromResource {
    resourceId = "d-92654abfed"
    tagKeys = listOf<String>(
        "environment"
    )
}