Building out a FieldMaps application for a field crew, but also trying to lessen the admin burden on them with managing offline map areas. They will be creating offline areas, but since there's a 16-area limit on maps, older offline areas will need to be deleted before new ones are created. Can the ArcGIS API for Python be used to hit those offline areas and delete them? I know it can be used to create/refresh them, but it'd be nice to also delete them programmatically every week or so.