removeItem
Syntax

Dossier.removeItem(id);
Parameters
id string
The object ID on the Studio Server of the object to remove from the Dossier.
Return value
The removeItem() method does not return a value.
Description
The removeItem() method removes an object from the Dossier. The item is also removed from the corresponding Dossier in Studio Server.
Examples
Remove an item from an existing dossier
// Retrieve an existing dossier and remove an item from it.
var dossier = app.dossiers.retrieve("456");
dossier.removeItem("6315");
Supported versions
| Adobe Version | Supported |
|---|---|
| 2023 | ✔ |
| 2024 | ✔ |
| 2025 | ✔ |
| 2026 | ✔ |