Domains-domainName-hold:DELETE

From Hostway API Documentation
(Difference between revisions)
Jump to: navigation, search
(DELETE /domains/{domainName}/hold)
 
m (1 revision: Release 87)
 

Latest revision as of 16:22, 15 November 2013

[edit] 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

[edit] Request

DELETE/domains/{domainName}/hold

[edit] 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.

[edit] URI Parameters

None.

[edit] Request Headers

None.

[edit] Request Body

None

[edit] Response

[edit] 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.


[edit] Response Body

None

[edit] Example remove a hold from a domain.

Request

DELETE /domains/example.com/hold
 

Response

204 No Content
 

[edit] See also


blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox