v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Email
Mailing Lists

Remove account mailing list admin privileges

This function removes an account's mailing list administrative privileges.

get/Email/remove_mailman_delegates

Query parameters

delegatesstring required
Example:user@example.com,admin@example.com

list of the administrators to remove.

liststring required
Example:mylist

The mailing list.

Response

HTTP 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": "remove_mailman_delegates",
  "module": "Email",
  "result": {
    "data": {
      "delegates": [
        "secondadmin@example.com"
      ]
    },
    "status": 1
  }
}