Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

RemoveCatalogRowsInput

No description
Input fields
ids: [ID!]!
Beta

The ids of the CatalogRows to remove.

Beta

How to treat rows that are in use. SAFE (default) deletes nothing and returns the in-use rows with their reasons; FORCE deletes regardless and clears incoming references.