reddit_ads_unshare_connection
Unshare Reddit Connection From Organization
RedditDescription
Stop sharing an owned Reddit 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": "reddit_ads_unshare_connection",
"arguments": {
"connection_id": "00000000-0000-0000-0000-000000000001",
"reason": "User no longer wants the team to access this Reddit connection"
}
}
}
hopkin reddit unshare-connection
| Flag | Type | Required | Description |
|---|---|---|---|
--connection-id | string | Required | UUID of the connection to mark as the actor's default Reddit connection. |
{
"mcpServers": {
"reddit-ads": {
"url": "https://reddit.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Stop sharing
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
connection_id |
string |
Required | UUID of the connection to mark as the actor's default Reddit 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 Reddit connection"
}
hopkin reddit unshare-connection --connection-id 00000000-0000-0000-0000-000000000001