Updated on 2023-08-24 GMT+08:00

Deleting an Anti-DDoS Domain Name

Function

This API is used to delete an anti-DDoS domain name.

URI

DELETE /v1/edgeddos/domains/{domainid}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

domainid

Yes

String

Domain name ID.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

enterprise_project_id

No

String

Obtain the enterprise project ID by calling the ListEnterpriseProject API of Enterprise Project Management Service (EPS).

Request Parameters

Table 3 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

auth token

Response Parameters

Status code: 400

Table 4 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Status code: 401

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Status code: 500

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Example Requests

Delete the anti-DDoS domain name whose ID is 095b60b21ac248579426f97379b3fbec.

DELETE https://{Endpoint}/v1/edgeddos/domains/095b60b21ac248579426f97379b3fbec

Example Responses

None

Status Codes

Status Code

Description

200

Request succeeded.

400

Invalid request parameter.

401

The account corresponding to the token does not have sufficient permission.

500

Internal server error.

Error Codes

See Error Codes.