Description
This function removes an account's mailing list administrative privileges.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
list |
string |
Required The mailing list. |
The name of a Mailman mailing list on the cPanel account. |
mylist |
delegates |
string |
Required A list of the administrators to remove. |
One or more email addresses. Note: Separate multiple email addresses with commas. |
user@example.com,admin@example.com |
Returns
Return |
Type |
Description |
Possible values |
Example |
delegates |
array |
An array of the mailing list's administrators. |
One or more email addresses. |
secondadmin@example.com |