Skip to content

DeregisterTable

Description

      description: |
        Deregister table `id` from its namespace.

Request Schema

    DeregisterTableRequest:
      type: object
      description: |
         The table content remains available in the storage.
      properties:
        id:
          type: array
          items:
            type: string

Response Schema

    DeregisterTableResponse:
      type: object
      properties:
        id:
          type: array
          items:
            type: string
        location:
          type: string
        properties:
          type: object
          additionalProperties:
            type: string