All Products
Search
Document Center

Microservices Engine:DeleteGatewayDomain

Last Updated:May 08, 2025

Deletes a domain name that is associated with a gateway.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
IdstringYes

The domain ID.

109
GatewayUniqueIdstringYes

The unique ID of the gateway.

gw-90392d768a3847a7b804c505254d****
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

The data structure.

RequestIdstring

The ID of the request.

39016EAC-6EDB-52FE-AE20-4B013DF236FF
HttpStatusCodeinteger

The HTTP status code returned.

200
Messagestring

The error message.

You are not authorized to perform this operation.
Codeinteger

The status code returned.

200
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
Dataobject

The returned data.

Idlong

The domain ID.

2
Namestring

The name.

CONTACTINFO
GatewayUniqueIdstring

The unique ID of the gateway.

gw-7ea3da97b96543e19f6c597c****
GatewayIdlong

The ID of the gateway.

253
Protocolstring

The protocol.

HTTP
MustHttpsboolean

Indicates whether HTTP probing is allowed.

true
CertIdentifierstring

The ID of the certificate.

243
GmtCreatestring

The time when the domain name was added.

2022-01-07T10:07:57.000+0000
GmtModifiedstring

The last modification time.

2022-01-07T10:07:57.000+0000

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 codeError codeError messageDescription
400IllegalRequestInvalid request:%sInvalid request: %s
400InvalidParameterParameter error:%sRequest parameter error: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404NotFoundNot found:%sThe resource does not exist:%s
500InternalErrorConsole error. Try again later:%sConsole error. Try again later: %s

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-03-25The internal configuration of the API is changed, but the call is not affectedView Change Details