Deleting a Record Set

Function

Delete a record set.

URI

DELETE /v2/zones/{zone_id}/recordsets/{recordset_id}

For details, see Table 1.
Table 1 Parameters in the URI

Parameter

Mandatory

Type

Description

zone_id

Yes

String

Zone ID

Obtain the public zone ID according to Querying Public Zones.

Obtain the private zone ID according to Querying Private Zones.

recordset_id

Yes

String

ID of the record set to be deleted

You can obtain the value by calling the API in Querying Record Sets in a Zone.

Request

Response

Returned Value

If a 2xx status code is returned, for example, 200, 202, or 204, the request is successful.

For details, see Status Code.