Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

delete_time_entry

Remove a specific time entry by providing the workspace ID and time entry ID to manage and maintain accurate time tracking records within Clockify.

Instructions

Delete a time entry

Input Schema

NameRequiredDescriptionDefault
timeEntryIdYesTime entry ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "timeEntryId": { "description": "Time entry ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "timeEntryId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ratheesh-aot/clockify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server