Domains-domainName-hold:DELETE
From Hostway API Documentation
Revision as of 15:22, 15 November 2013 by Mike.robski (Talk | contribs)
DELETE /domains/{domainName}/hold
Delete a domain name hold status. This corresponds to a status of 'clientHold' at the registry. Deleting a hold status removes the clientHold status from a domain. This means the DNS records for the domain will be re-published in the registry name servers and the domain should start resolving. Removal of a hold status may fail if there is another status that prevents the operation such as 'pendingTransfer', 'clientUpdateProhibited' or 'serverUpdateProhibited'.
Contents |
Request
DELETE/domains/{domainName}/hold
Parameters
- domainName - string
- The valid domain name to unhold including only the labels that are appropriate for a valid domain name. IE: example.com is a valid domain name , whereas http://www.example.com or www.example.com are not. If the domain name is invalid, or is otherwise not registered, an error will be returned. Domain names are case insensitive. The domain name must be an open or suspended product under the authenticated franchise.
URI Parameters
None.
Request Headers
None.
Request Body
- None
Response
Status Code
- 204 OK (No Content)
- Domain lock hold successfully removed.
- 400 Bad Request
- The domain name is not valid.
- 403 Forbidden
- Domain is not registered in this account and cannot be accessed.
- 404 Not Found
- No domain records found for the given domain name.
Response Body
- None
Example remove a hold from a domain.
Request
DELETE /domains/example.com/hold
Response
204 No Content
See also