Disconnect Channel
disconnect_channelDisconnect a specific advertising channel from the Metadata platform.
USAGE INSTRUCTIONS FOR LLM:
Use this tool to disconnect/remove integration connections for advertising channels.
This is useful when users need to remove a channel integration or reconnect with different credentials.
WHEN TO USE THIS TOOL:
- User asks to "disconnect [channel name]"
- User wants to "remove [channel] integration"
- User needs to "unlink [channel] account"
- User wants to "revoke [channel] access"
- User asks to "disconnect my Facebook/LinkedIn/Twitter/Reddit/Google account"
- User needs to "reset [channel] connection"
- Preparing to reconnect a channel with different credentials
SUPPORTED CHANNELS:
- facebook: Disconnect Facebook advertising account
- instagram: Disconnect Instagram advertising account
- linkedin: Disconnect LinkedIn advertising account
- twitter: Disconnect Twitter/X advertising account
- reddit: Disconnect Reddit advertising account
- google: Disconnect Google Ads account
IMPORTANT NOTES:
- This action will disconnect the channel immediately
- Any active campaigns on this channel may be affected
- The user will need to reconnect the channel to resume advertising
- Always confirm with the user before disconnecting a channel
- Check integration status first using get_integrations_status to verify the channel is connected
COMMON SCENARIOS:
Scenario 1 - Disconnect single channel: "Disconnect my LinkedIn account"
→ Call disconnect_channel with channel="linkedin"
Scenario 2 - Reconnect workflow: "I want to reconnect Facebook with a different account"
→ First call disconnect_channel with channel="facebook", then guide user to reconnect
Scenario 3 - Remove access: "Remove Google Ads integration"
→ Call disconnect_channel with channel="google"
RESPONSE FORMAT:
Returns a success/failure status indicating whether the channel was disconnected successfully.
EXAMPLE: "Disconnect Facebook" → disconnect_channel(channel="facebook")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | The channel to disconnect. Must be one of: reddit, facebook, linkedin, twitter, google, instagram |