deleteTagsInput

Input type for deleting tags with options.

Examples

input DeleteTagsInput {
  filters: DeleteTagsFilter!
}

Fields

Field
Description
Supported fields

Filter criteria specifying which tags to delete

tagId [String!]

References

Mutations using this object:

Last updated