MCPOutils MCP/Connexions/disconnect_location_connection
disconnect_location_connection
Writeconnections:write
Disconnect a single location's connection to a platform, without touching sibling locations that share the same connected account. Identify it by its connectionId (from list_connected_accounts). To fully disconnect the whole account instead, use disconnect_connected_account.
Paramètres
connectionIdstringobligatoire
The id of the location-level connection to disconnect (required).
Exemple de requête
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "disconnect_location_connection",
"arguments": {
"connectionId": "string"
}
}
}Exemple de réponse
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.