Skip to main content
DELETE
/
v1
/
domains
/
{id}
/
zone-records
/
{recordId}
Delete zone record
curl --request DELETE \
  --url https://api.usenaive.ai/v1/domains/{id}/zone-records/{recordId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required
recordId
string
required

Query Parameters

acknowledge_unowned
boolean

Response

Deleted.

The response is of type object.