cURL
curl --request POST \ --url https://api.example.com/agent/{agent_id}/triggers/remove_youtube_channels
Remove monitored YouTube channels from an agent trigger.
curl -X POST "https://api.mosaic.so/agent/[agent_id]/triggers/remove_youtube_channels" \ -H "Authorization: Bearer mk_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "youtube_channels": ["UCxxxxxxxxxxxxxx"] }'
youtube_channels
Was this page helpful?