codemap_routine_delete
Delete an existing routine.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | ✅ Required | Routine name to delete |
Usage Examples
MCP Usage (for AI Agents like Claude)
json
{
"name": "codemap_routine_delete",
"arguments": {
"name": "old-workflow"
}
}Example Output
JSON Response
json
{
"success": true,
"message": "Deleted routine \"old-routine\"."
}