Help Center/ Edge Security/ API Reference/ API/ WAF Domain Name Management/ Deleting a Protected Domain Name
Updated on 2023-08-24 GMT+08:00

Deleting a Protected Domain Name

Function

This API is used to delete a protected domain name.

URI

DELETE /v1/edgewaf/domains/{domainid}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

domainid

Yes

String

Protected 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 domain_name protected by WAF.

Delete https://{Endpoint}/v1/edgewaf/domains/1771a426afcc4e16b8636cb72c2d53e4

Example Responses

None

Status Codes

Status Code

Description

200

ok

400

Request failed.

401

The token does not have required permissions.

500

Internal server error.

Error Codes

See Error Codes.