PTR
Delete PTR
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
Body
application/x-www-form-urlencoded
Required parameters to delete PTR records.
The session signature obtained from the "Create AUTH-session" call.
The unique identifier of the KVM to delete PTR records for.
The expiration timestamp of the session obtained from the "Create AUTH-session" call.
The API host URL obtained from the "Create AUTH-session" call.
A JSON-encoded list of IP addresses to delete their PTR records.
Response
200
application/json
PTR records deleted successfully.
The status of the operation.