superdesign_delete
Delete design files and update metadata using the MCP server. Specify the filename and workspace path to remove files efficiently from Superdesign workflows.
Instructions
Delete a design file and update metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes | Name of the design file to delete | |
workspace_path | No | Workspace path (defaults to current directory) |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"description": "Name of the design file to delete",
"type": "string"
},
"workspace_path": {
"description": "Workspace path (defaults to current directory)",
"type": "string"
}
},
"required": [
"filename"
],
"type": "object"
}