Example
Parameters
string
required
Name/ID of the composition containing the layer
string
required
Index of the layer to remove
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Removes a layer from a composition by index
{
"type": "function",
"name": "nx:layer-remove",
"params": {
"composition": "Main Comp",
"layerIndex": "3"
}
}
Was this page helpful?
