Skip to content

deleteTagInput

Autogenerated input type of deleteTag

Fields

remove_async_if_needed · Boolean · Set to true to delete the tag in a background job if it associated with more than 500 users

Used By

Definition

"""
Autogenerated input type of deleteTag
"""
input deleteTagInput {
id: ID
"""
Set to true to delete the tag in a background job if it associated with more than 500 users
"""
remove_async_if_needed: Boolean
}