clients_delete
Delete a GTM client from a container by providing account, container, workspace, and client IDs. Confirmation must be true to proceed.
Instructions
[DELETE] Delete a GTM client. Requires GTM_MCP_ENABLE_DELETES=true and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The GTM account ID. | |
| containerId | Yes | The GTM container ID. | |
| workspaceId | Yes | The GTM workspace ID. | |
| clientId | Yes | The clients ID to delete. | |
| confirm | Yes | Must be true to confirm this delete operation. |