Skip to main content
DELETE
/
vm
/
{vm_id}
/
rdns
/
{ip_addr}
Delete a reverse DNS (PTR) record
curl --request DELETE \
  --url https://api.cloud.onidel.com/vm/{vm_id}/rdns/{ip_addr} \
  --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

vm_id
string<uuid>
required

VM UUID

ip_addr
string
required

The VM IP address (IPv4 or IPv6) whose PTR record to delete.

Query Parameters

team_id
string

Team ID. Default team will be used if not provided.

Response

Successful operation