codemap_routine_delete

Delete an existing routine.

routinedeleteworkflow

Parameters

NameTypeRequiredDescription
namestring✅ RequiredRoutine 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\"."
}