pem.removePTRRecord

This method is supported by Operations starting from version 2.6.5

This method removes a PTR record.

The method has the following input parameters:

Name

Type

Short Description

record_id

int

The ID of PTR record to remove.

The method has the following output parameters:

Name

Type

Short Description

N/A

boolean

Result of method invocation. The possible values are the following:

  • 1 – If PTR record is removed or PTR record does not exists.
  • 0 – If PTR record can not be removed because it is used by some Operations object (VPS or Hardware Node for example).

See also pem.addPTRRecord