Domains-domainName-lock:DELETE
From Hostway API Documentation
(Difference between revisions)
Mike.robski (Talk | contribs) m (1 revision: Release 87) |
Latest revision as of 15:21, 15 November 2013
[edit] DELETE /domains/{domainName}/lock
Delete a domain name lock status. This corresponds to a status of 'clientTransferProhibited' at the registry. Deleting a lock status removes the clientTransferProhibited status from a domain. This means the domain name may be transferred to another registrar, providing no other status is assigned to the domain that prevents a transfer such as serverTransferProhibited, pendingTransfer, redemptionPeriod, or pendingDelete.
Contents |
[edit] Request
DELETE/domains/{domainName}/lock
[edit] Parameters
- domainName - string
- The valid domain name to unlock 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 status applied successfully.
- 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 unlock domain.
Request
DELETE /domains/example.com/lock
Response
204 No Content
[edit] See also