delete_client
Remove a client from the Norman Finance MCP Server by specifying the client ID. This tool provides confirmation of successful deletion, streamlining client management for efficient financial workflows.
Instructions
Delete a client.
Args:
client_id: ID of the client to delete
Returns:
Confirmation of deletion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
client_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"client_id": {
"title": "Client Id",
"type": "string"
}
},
"required": [
"client_id"
],
"title": "delete_clientArguments",
"type": "object"
}