Skip to main content
DELETE
/
api
/
v1
/
zones
/
{zone}
/
dns-records
/
{id}
delete dns record
curl --request DELETE \
  --url https://dns-service.iran.liara.ir/api/v1/zones/{zone}/dns-records/{id} \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

zone
string
required

The name of the zone to delete dns record

id
string
required

The id of dns record to delete its data

Response