Skip to main content
POST
Delete PTR Records

Body

application/x-www-form-urlencoded

Required parameters to delete PTR records.

signature
string

The session signature obtained from the "Create AUTH-session" call.

Example:

"session_signature_12345"

kvm_id
string

The unique identifier of the KVM to delete PTR records for.

Example:

"kvm_123456_789012"

valid_until
string

The expiration timestamp of the session obtained from the "Create AUTH-session" call.

Example:

"1737476000"

api_host
string

The API host URL obtained from the "Create AUTH-session" call.

Example:

"api_host.edisglobal.com"

ip
string[]

A JSON-encoded list of IP addresses to delete their PTR records.

Example:

Response

PTR records deleted successfully.

status
string

The status of the operation.

Example:

"success"

Last modified on December 17, 2025