delete_path
Remove specific data paths from React component props, state, hooks, or context to debug and modify application state during development.
Instructions
Delete a path from props/state/hooks/context
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Element ID | |
| target | Yes | Target | |
| hookIndex | No | Hook index (if target is hooks) | |
| path | Yes | Path to delete |