Cancel the deletion of a domain.
Request
Add parameter in header API-Key
Example:API-Key: ********************
Request Code Samples
curl --location --request PUT 'https://mijn.host/api/v2/domains/domain.com/cancel-delete' \
--header 'Accept;' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-Key: <api-key>'
Responses
application/json {
"status": 200,
"status_description": "Domain successfully restored"
}
Modified at 2025-08-05 18:40:50