tencent cloud

StreamPackage

Updates and Announcements
StreamPackage to Become Paid Product
Introduction
Purchase Guide
Billing Details
Overdue Payments and Service Suspension
Console Guide
Channel Management
Harvest Jobs
Server-Side Ad Insertion
Channel Linear Assembly
Usage Statistics
Log Management
Practical Application
Implementing Live Streaming
Configuring Multi-DRM
Configuring SSAI AD Insertion
Create FAST(Free Ad-Supported Streaming TV)Channel
SSAI Click-through
Query Playback Data
API Documentation
History
Introduction
API Category
Making API Requests
Channel Management APIs
Advertising Insertion Configuration Management APIs
Channel linear assembly management APIs
VOD remux task APIs
Usage Query APIs
HarvestJob Management APIs
Data Types
Error Codes
StreamPackage Policy
Data Processing and Security Agreement
Privacy Policy
Related Agreement
Service Level Agreement

UnbindSSAICDNDomainWithChannel

PDF
Focus Mode
Font Size
Last updated: 2026-02-04 17:08:29

1. API Description

Domain name for API request: mdp.intl.tencentcloudapi.com.

This API is used to cancel the correlation between a channel and a CDN playback domain.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: UnbindSSAICDNDomainWithChannel.
Version Yes String Common Params. The value used for this API: 2020-05-27.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
ChannelId Yes String Channel Id.
CdnDomain Yes String Specifies the playback domain of CDN.

3. Output Parameters

Parameter Name Type Description
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Request Example

This example shows you how to cancel the correlation between a channel and a CDN playback domain.

Input Example

POST / HTTP/1.1
Host: mdp.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UnbindSSAICDNDomainWithChannel
<Common request parameters>

{
    "ChannelId": "68F6FCCD00003FEF93DB",
    "CdnDomain": "abc"
}

Output Example

{
    "Response": {
        "RequestId": "790d6787-68e7-4ace-b327-65e53c01949c"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InternalError Internal error.
InvalidParameter.CdnDomain Invalid CDN playback domain name.
InvalidParameter.ChannelId Invalid ChannelId.
InvalidParameter.NotFound Failed to find the VOD remux task.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback