Deletes a domain name that is associated with a gateway.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Id | string | Yes | The domain ID. | 109 |
| GatewayUniqueId | string | Yes | The unique ID of the gateway. | gw-90392d768a3847a7b804c505254d**** |
| AcceptLanguage | string | No | The language of the response. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "39016EAC-6EDB-52FE-AE20-4B013DF236FF",
"HttpStatusCode": 200,
"Message": "You are not authorized to perform this operation.",
"Code": 200,
"Success": true,
"Data": {
"Id": 2,
"Name": "CONTACTINFO",
"GatewayUniqueId": "gw-7ea3da97b96543e19f6c597c****",
"GatewayId": 253,
"Protocol": "HTTP",
"MustHttps": true,
"CertIdentifier": 243,
"GmtCreate": "2022-01-07T10:07:57.000+0000",
"GmtModified": "2022-01-07T10:07:57.000+0000"
}
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-03-25 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
