Contents:
## 1. API Description
API request domain name: live.tencentcloudapi.com.
This API deletes the certificate corresponding to the domain name.
Default API request rate limit: 500 requests/second.
2. Request Parameters
The following parameters are required for requesting this API, including action-specific parameters and common parameters. For more information about common parameters for all requests, see Common Request Parameters.
Parameter name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter; the name of this API: DeleteLiveCert |
Version | Yes | String | Common parameter; the version of this API: 2018-08-01 |
Region | No | String | Common parameter; optional for this API |
CertId | Yes | Integer | Certificate ID |
3. Return Parameters
Parameter name | Type | Description |
---|---|---|
RequestId | String | The ID of the request. Each request returns a unique ID. The RequestId is required to troubleshoot issues. |
4. Sample
Deleting a Certificate
Input Sample Code
https://live.tencentcloudapi.com/?Action=DeleteLiveCert
&CertId=1000
&<Common request parameter>
Output Sample Code
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397"
}
}
5. Developer Resources
API Explorer
API Explorer is a tool that provides ease of use in requesting APIs, authenticating identities, generating SDK and exploring APIs in Tencent Cloud environment.
SDK
Cloud API 3.0 comes with a set of complementary development toolkits (SDKs) that support multiple programming languages and make it easier to call the API.
- Tencent Cloud SDK 3.0 for Python
- Tencent Cloud SDK 3.0 for Java
- Tencent Cloud SDK 3.0 for PHP
- Tencent Cloud SDK 3.0 for Go
- Tencent Cloud SDK 3.0 for NodeJS
- Tencent Cloud SDK 3.0 for .NET
TCCLI
6. Error Codes
The following error codes are API business logic-related. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.InvokeVideoApiFail | An exception occurred when operation the VOD API. |
InternalError | Internal error |
InternalError.CrtDateInUsing | The certificate is in use. |
InternalError.CrtDateNotFound | The certificate does not exist. |
InternalError.CrtDateNotLegal | The certificate is invalid. |
InternalError.DBError | DB execution error. |
InternalError.InvalidInput | Parameter check failed. |