Delete Marker
delete_markerDelete a marker at any specified time position. Provide the time in seconds and optional clip node ID to remove the marker from the sequence or clip.
Instructions
Delete a marker at a specific time position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | Optional clip node ID (deletes from sequence if omitted) | |
| time_seconds | Yes | Time position of the marker to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |