def bulk_delete(self, layer_name, doc_type, root_doc_id):
        """Delete all layer data matching the parameters"""
        # This does not handle subparts; Ignoring that for now
        # @todo - use regex to avoid deleting 222-11 when replacing 22
        Layer.objects.filter(name=layer_name, doc_type=doc_type,