v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
PTR

Delete PTR Records

This endpoint deletes PTR (Reverse DNS) records for specified IP addresses.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Provide the signature, kvm_id, valid_until, and a JSON-encoded list of IP addresses to delete their PTR records.

post/del/ptr

Response

PTR records deleted successfully.

statusstring
kvmidstring
serviceidstring

Example response

{
  "status": "success",
  "kvmid": "kvm_123456_789012",
  "serviceid": "987654"
}