Body
Required parameters to delete PTR records.
The session signature obtained from the "Create AUTH-session" call.
"session_signature_12345"
The unique identifier of the KVM to delete PTR records for.
"kvm_123456_789012"
The expiration timestamp of the session obtained from the "Create AUTH-session" call.
"1737476000"
The API host URL obtained from the "Create AUTH-session" call.
"dns-api.edisglobal.com"
A JSON-encoded list of IP addresses to delete their PTR records.
[
"192.168.1.1",
"192.168.1.2",
"2001:db8:abcd:0012::1"
]
Response
PTR records deleted successfully.
The status of the operation.
"success"