deleteCompany
Remove a company and all associated data using the companyId parameter. This tool ensures complete deletion from the Teamwork MCP server.
Instructions
This tool allows you to delete a company, be careful with this tool as it will delete the company and all associated data. It requires the following parameters: companyId.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
companyId | Yes | Path parameter: companyId |
Input Schema (JSON Schema)
{
"properties": {
"companyId": {
"description": "Path parameter: companyId",
"type": "integer"
}
},
"required": [
"companyId"
],
"type": "object"
}