v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
ContactInformation
Contact Information

Unset contact email addresses

Use this function to unset all contact email address for an account.

To set contact email address(es), call set_email_addresses.

get/ContactInformation/unset_email_addresses

Query parameters

old_addressstring[] required

The account’s existing contact email addresses.

If this list does not match the account’s current current email address(es), then the request will fail. This control is here to prevent race conditions.

passwordstring required
Example:q1df%D9<z0ShqdxRP%^

The account’s password.

Response

Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "create",
  "module": "DynamicDNS",
  "result": {
    "metadata": {
      "transformed": 1
    },
    "status": 1
  }
}