maildomains
ViewSet for managing Mailboxes within a specific MailDomain. Nested under /maildomains/{maildomain_pk}/mailboxes/ Permissions are checked by IsMailDomainAdmin for the maildomain_pk.
This viewset serves a different purpose than the one in mailbox.py (/api/v1.0/mailboxes/). That other one is for listing the mailboxes a user has access to in regular app use. This one is for managing mailboxes within a specific maildomain in the admin interface.
delete/api/v1.0/maildomains/{maildomain_pk}/mailboxes/{id}/
Path parameters
idstring uuid required
primary key for the record as UUID
maildomain_pkstring uuid required
Response
No response body