Skip to content

deleteTagInput

Autogenerated input type of deleteTag

Fields

deprecated DO NOT USE
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 {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
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
}