Domains-domainName-lock:DELETE
From Hostway API Documentation
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 |
Request
DELETE/domains/{domainName}/lock
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.
URI Parameters
None.
Request Headers
None.
Request Body
- None
Response
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.
Response Body
- None
Example unlock domain.
Request
DELETE /domains/example.com/lock
Response
204 No Content
See also