project_template_delete
Delete a project template by name from the Templates folder. Returns confirmation or error if template doesn't exist.
Instructions
Delete a saved project template by name from the Templates folder. Returns { deleted: true, templateName } on success. Returns TemplateNotFoundError when no matching template exists — callers can distinguish 'deleted' from 'never existed'. Side effects: removes the template project; sets meta.syncPending = true. Do NOT use to delete ordinary projects — call project_delete. Example: { templateName: "Client onboarding" }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templateName | Yes | Name of the template to delete. Matched case-insensitively within the Templates folder. |