Delete a JS object
appsmith_delete_js_objectDelete a JS object and all its functions, but first check references to avoid breaking bindings. Requires APPSMITH_MCP_ALLOW_DESTRUCTIVE=true.
Instructions
Deletes a JS object and all its functions. Check for references first — nothing rewrites bindings that point at it. Disabled unless APPSMITH_MCP_ALLOW_DESTRUCTIVE=true is set in the server env.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | JS object id, from appsmith_list_js_objects. |