Redmine MCP Server

delete_time_entry

Permanently remove a specific time entry record in Redmine using its unique ID. This action is irreversible and intended for precise time tracking management.

Instructions

Delete a time record permanently. This action cannot be undone. Available since Redmine 1.1

Input Schema

NameRequiredDescriptionDefault
idYesID of time record to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of time record to delete", "type": "number" } }, "required": [ "id" ], "type": "object" }
ID: 55eg9u36cg