Table of Contents

API : DNS Delete

Introduction

This request will delete the domain and its records and the nameservers will stop answering queries for the domain.

Request

URL https://api.telecomx.dk/dns/DOMAIN
Method DELETE
Access level MANAGER or OWNER if user belongs to the customer who owns the DNS.
RESELLER if the employee belongs to a customer that belongs to the reseller.
ADMIN.
Param DOMAIN String Domain name.

Query example

DELETE https://api.telecomx.dk/dns/telecomx.dk

Response

JSON object
success Boolean True on success

Example

{
  success: true
}

Errors

Error code Message Description
403 access_denied Insufficient access level
404 not_found DNS not found
500 internal_error <Unspecified>