Skip to main content
DELETE
/
cloudflare
/
zones
/
{zoneId}
/
dns
/
{recordId}
/
record
Delete DNS record
curl --request DELETE \
  --url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/dns/{recordId}/record \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

zoneId
string
required
recordId
string
required

Query Parameters

keyId
string
required

Response

DNS record deleted

The response is of type object.