tiktok_ads_unshare_connection

Unshare TikTok Connection From Organization

Tiktok

Description

Stop sharing an owned TikTok connection with your organization. Teammates lose access immediately. You must be the owner.

DestructiveIdempotent

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "tiktok_ads_unshare_connection",
    "arguments": {
      "connection_id": "00000000-0000-0000-0000-000000000001",
      "reason": "User no longer wants the team to access this TikTok connection"
    }
  }
}

Parameters

NameTypeRequiredDescription
connection_id string Required UUID of the connection to mark as the actor's default TikTok connection.
reason string Required Why this tool call is neededminLength: 1, maxLength: 500

Examples

Stop sharing

{
  "connection_id": "00000000-0000-0000-0000-000000000001",
  "reason": "User no longer wants the team to access this TikTok connection"
}

hopkin tiktok unshare-connection --connection-id 00000000-0000-0000-0000-000000000001