DeleteTableTag¶ 描述¶ description: | Delete an existing tag from table `id`. 请求模式¶ DeleteTableTagRequest: type: object required: - tag properties: id: type: array items: type: string tag: type: string description: Name of the tag to delete