removeItems

removeItems

Remove CMS items by their ID.

await collection.removeItems([item1.id, item5.id])

Params

  • itemIds: string[] – the IDs of the Items to remove

Returns

  • Promise<void>