---
title: "Delete PTR Records"
method: POST
path: "/del/ptr"
tags: ["PTR"]
---

# Delete PTR Records

`POST /del/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.

## Response `200`

PTR records deleted successfully.

- InlineResponse2003
  - `status` string
  - `kvmid` string
  - `serviceid` string

## Other responses

- `400` — Bad Request - The request is missing required parameters or contains invalid values.
- `401` — Unauthorized - The session signature provided is invalid or has expired.
- `500` — Internal Server Error - An unexpected error occurred on the server.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
