Dhesend

Domain

Delete Domain

Learn how to Delete Domain using Dhesend API.

import Dhesend from 'dhesend';

const dhesend = new Dhesend('dhe_fdd03c4eb1');

dhesend.domain.delete("hello.com");
{
  "success": "Domain successfully deleted."
}
Endpoint
This endpoint is used to delete Domain.
POST /domain/delete
Body parameters
domainstringrequired
Name of the Domain.

Dhesend @ 2024 - Made with ❤ by  DHEM