Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

delete_client

Remove a client from a specified workspace using the provided client ID in the Clockify MCP Server, streamlining client management for time tracking and project organization.

Instructions

Delete a client

Input Schema

NameRequiredDescriptionDefault
clientIdYesClient ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "clientId": { "description": "Client ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "clientId" ], "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