For the complete documentation index, see llms.txt. This page is also available as Markdown.

deleteTagsFilter

Filter criteria for deleting tags.

Examples

input DeleteTagsFilter {
  tagId: [String!]
}

Fields

Field
Description
Supported fields

tagId [String!]

Array of tag IDs to be deleted

References

Fields with this object:

Last updated