Skip to content

DeleteTableTag

Description

      description: |
        Delete an existing tag from table `id`.

Request Schema

    DeleteTableTagRequest:
      type: object
      required:
        - tag
      properties:
        id:
          type: array
          items:
            type: string
        tag:
          type: string
          description: Name of the tag to delete