tencent cloud

DeleteDomainAndIp
Last updated: 2024-07-22 10:39:10
DeleteDomainAndIp
Last updated: 2024-07-22 10:39:10

1. API Description

Domain name for API request: csip.tencentcloudapi.com.

This API is used to delete assets.

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: DeleteDomainAndIp.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
Content.N No Array of PublicIpDomainListKey u200c-
RetainPath No Integer Whether to retain the path configuration. 1: Retain; Others: Do not retain. It defaults to do not retain if not specified.
IgnoreAsset No Integer Whether to ignore this asset in the future. 1: Ignore; Others: Do not ignore. It defaults to ignore if not specified.
Tags.N No Array of AssetTag Asset tags
Type No String Deletion mode. Values: ALL (delete all). If it's not specified, Content is required.

3. Output Parameters

Parameter Name Type Description
Data Integer Number of deleted assets
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 Example

Example

Input Example

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

{
    "Content": [
        {
            "Asset": "abc"
        }
    ],
    "RetainPath": 0,
    "IgnoreAsset": 0
}

Output Example

{
    "Response": {
        "Data": 0,
        "RequestId": ""
    }
}

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
AuthFailure CAM signature/authentication error.
DryRunOperation The request would have succeeded, but the DryRun parameter was used.
FailedOperation Operation failed.
InternalError An internal error occurs.
InvalidParameter The parameter is incorrect.
InvalidParameterValue Invalid parameter value.
LimitExceeded The quota limit is reached.
MissingParameter Missing parameters.
OperationDenied Operation denied.
RequestLimitExceeded Too many requests.
ResourceInUse Occupied resource
ResourceInsufficient Resources are insufficient.
ResourceNotFound The resource doesn't exist.
ResourceUnavailable The resource is unavailable
ResourcesSoldOut The resources have been sold out.
UnauthorizedOperation The operation is unauthorized.
UnknownParameter The parameter is unknown.
UnsupportedOperation The operation is not supported.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback