delete_account
ActiveTool of FavCRM
declared in 1.0.0
Soft-delete a CRM account/customer. This releases the primary phone for future reuse while keeping account history for audit.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"accountId"
],
"properties": {
"accountId": {
"type": "string",
"description": "The account ID to soft-delete"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries