You can call this operation to submit a task for deleting the delegation signer (DS) record of a domain name.
You can call the QueryTaskDetailList operation to query the execution result.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SaveSingleTaskForDeletingDSRecord |
The operation that you want to perform. Set the value to SaveSingleTaskForDeletingDSRecord. |
DomainName | String | Yes | test.com |
The domain name for which you want to delete the DS record. |
KeyTag | Integer | Yes | 1 |
The key tag that is used to identify the Domain Name System Security Extensions (DNSSEC) record. Valid values: 0 to 65535 |
Lang | String | No | en |
The language of the error message to return. Valid values:
Default value:en |
UserClientIp | String | No | 127.0.0.1 |
The IP address of the client used by the user to submit the task. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | E2598CAF-DBFE-494E-95EF-B42A33C178AA |
The ID of the request. |
TaskNo | String | e893148f-6343-4ae1-9eba-6e2a4116e142 |
The ID of the task. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=SaveSingleTaskForDeletingDSRecord
&DomainName=test.com
&KeyTag=1
&<Common request parameters>
Sample success responses
XML
format
<SaveSingleTaskForDeletingDSRecordResponse>
<TaskNo>612db86b-4d8e-44ab-8d54-8d3fb3c0c582</TaskNo>
<RequestId>2D347ECF-6D8E-4202-8236-692362D8D004</RequestId>
</SaveSingleTaskForDeletingDSRecordResponse>
JSON
format
{
"TaskNo":"e893148f-6343-4ae1-9eba-6e2a4116e142",
"RequestId":"E2598CAF-DBFE-494E-95EF-B42A33C178AA"
}
Error codes
For a list of error codes, visit the API Error Center.