object: name: sh.removeTagRange() type: method field: optional: false type: param name: namespace type: string position: 1 description: | The :term:`namespace` of the sharded collection to tag. --- object: name: sh.removeTagRange() type: method field: optional: false type: param name: minimum type: document position: 2 description: | The minimum value of the :term:`shard key` from the tag. Specify the minimum value in the form of ``:``. This value must be of the same BSON type or types as the shard key. --- object: name: sh.removeTagRange() type: method field: optional: false type: param name: maximum type: document position: 3 description: | The maximum value of the shard key range from the tag. Specify the maximum value in the form of ``:``. This value must be of the same BSON type or types as the shard key. --- object: name: sh.removeTagRange() type: method field: optional: false type: param name: tag type: string position: 4 description: | The name of the tag attached to the range specified by the ``minimum`` and ``maximum`` arguments to. ...