Deletes a milestone from a project. Tasks assigned to this milestone will be unlinked but NOT deleted. Requires owner or admin role. Ask the user for confirmation before deleting.
Safety: Destructive
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
milestone_id |
integer | yes | The milestone ID to delete. |
confirm |
string | yes | Must be "yes" to confirm deletion. |
Example prompt
Use delete-milestone-tool to help me with the relevant Taskavel task.
Example call
{
"name": "delete-milestone-tool",
"arguments": {}
}