Submits a task to delete the delegation signer (DS) record of a domain name.

You can call the QueryTaskDetailList operation to query the task execution result.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

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 example.com

The domain name.

KeyTag Integer Yes 1

The key tag that identifies the DNSSEC record. Valid values: integers between 0 and 65535.

Lang String No en

The language in which the system returns the error message. Valid values:

  • zh: Chinese
  • en: English

Default value: en

UserClientIp String No 127.0.0.1

The IP address of the client.

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=example.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

{
    "RequestId":"E2598CAF-DBFE-494E-95EF-B42A33C178AA",
    "TaskNo":"e893148f-6343-4ae1-9eba-6e2a4116e142"
}

Error codes

For a list of error codes, visit the API Error Center.