Skip to main content
DELETE
/
rdns
cURL
curl --request DELETE \
  --url https://api.ck-itsolutions.nl/v1/rdns \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "ips": "<string>"
}
'
{}

Authorizations

x-api-key
string
header
required

Body

application/json

Plant to add to the store

ips
string
required

IP of which the rDNS record needs to be deleted for.

Response

rDNS record marked for deletion.

The response is of type object.