Domain name for API request: trtc.tencentcloudapi.com.
This API is used to delete custom background or watermark images during On-Cloud MixTranscoding. If you do not need to delete such images frequently, we recommend you delete them in the console via Application Management > Material Management.
A maximum of 20 requests can be initiated per second for this API.
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 parameter. The value used for this API: DeletePicture. |
Version | Yes | String | Common parameter. The value used for this API: 2019-07-22. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. This API only supports: ap-guangzhou |
PictureId | Yes | Integer | Image ID |
SdkAppId | Yes | Integer | Application ID |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://trtc.tencentcloudapi.com/?Action=DeletePicture
&PictureId=1234567890
&SdkAppId=123456789
&<Common request parameters>
{
"Response": {
"RequestId": "049461e6-f2f5-4168-887e-aca4fbfa5fae"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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. |
InternalError.DBError | An error occurred while querying the database. |
InvalidParameter | Invalid parameter. |
MissingParameter | Missing parameter. |
UnknownParameter | Unknown parameter error. |
本页内容是否解决了您的问题?