Deletes a domain name extension.

Debug

Use OpenAPI Explorer to perform debug operations and generate SDK code examples.

Request parameters

Parameter Type Required? Example value Description
Action String Yes DeleteDomainExtension

The name of this action.

Value: DeleteDomainExtension

DomainExtensionId String Yes de-bp1rp7ta191dv

The ID of the domain name extension to be deleted.

RegionId String Yes cn-hangzhou

The ID of the region to which the SLB instance belongs.

Response parameters

Parameter Type Example value Description
RequestId String 149A2470-F010-4437-BF68-343D5099C19D

The ID of the request.

Examples

Request example


http(s)://[Endpoint]/? Action=DeleteDomainExtension
&DomainExtensionId=de-bp1rp7ta191dv
&RegionId=cn-hangzhou
&<CommonParameters>

Response examples

XML format

<DeleteDomainExtensionResponse>
  <RequestId>149A2470-F010-4437-BF68-343D5099C19D</RequestId>
</DeleteDomainExtensionResponse>

JSON format

{
	"RequestId":"5B45BED9-4D41-47B0-ADD6-47A5624516C7"
}

Error codes

See common error codes.