12 Aug
2024
12 Aug
'24
11:07 a.m.
As there doesn't seem to be a "Disable list" REST call (not an "export list" REST call, I am trying to remove all members, moderators and owners, changing list description etc.
I managed to remove all members from a list in one go using https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/m..., but the same command, using /roster/moderator does not apply for moderators (now owners I guess).
To me it seems that each moderator has to be removed one by one, either:
- using REST https://docs.mailman3.org/projects/mailmanclient/en/latest/src/mailmanclient...
- or using the client https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/6...
- or using Python https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/V...
Isn't there an easier way? And why not like https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/m... ?
/Henrik