Query Parameters
The domain name to delete (e.g., yourdomain.com).
Response
HTTP status code. Returns 200 when the domain is deleted successfully.
A human-readable message describing the result of the operation.
Contains deletion confirmation details. May be null for successful deletions.
{
"status": 200,
"message": "domain deleted successfully.",
"data": null
}