Cancel a domain. Domain will be cancelled before renewal date.
Request
Add parameter in header API-Key
Example:API-Key: ********************
Request Code Samples
curl --location --request DELETE 'https://mijn.host/api/v2/domains/domain.com' \
--header 'Accept;' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-Key: <api-key>'
Responses
application/json {
"status": 200,
"status_description": "Domain successfully cancelled",
}
Modified at 2024-09-02 14:01:29