v1
latestOpenAPI 3.0.12026-08-0623870.1 KBContent ID
Remove YouTube channels from the whitelist
Removes up to 50 channels per request. Pass canonical channel IDs (UC…) exactly as returned by the list endpoint. IDs that are not on the whitelist are ignored.
delete/api/v1/content_id/channels
Query parameters
channel_ids[]string[] required
Channel IDs to remove (repeat the parameter for each ID, max 50).
Headers
Authorizationstring required
Your API token.
Response
Updated whitelist license state
Example response
{
"data": {
"type": "content_id_whitelist"
}
}