account::cancel_new_email
Description
Cancel a request to change your account's email address.
Request details
-
Access
Private
-
Method
POST
-
URL
https://api.hostingreborn.com/account/cancel_new_email/
Arguments
- key
- API key
Responses
<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
Exceptions
Examples
POST /account/cancel_new_email/
key=acbd18db4cc2f85cedef654fccc4a4d8
<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
See also
-
account::confirm_new_email
Confirm choice to change email address, not for new account email address verification
-
account::get_new_email
Get a chosen new email address before it has been verified
-
account::verify_email
Verify ownership of a chosen new account email address, not for changes to email addresses of existing accounts
Notes
You can only confirm your choice of new email address or cancel your email address change request.
You will not be able to change your account email address through the API only.