Table
Metadata
Delete table version records
Delete version metadata records for table id.
This operation deletes version tracking records, NOT the actual table data. It supports deleting ranges of versions for efficient bulk cleanup.
Special range values:
- start_version: 0 with end_version: -1 means delete ALL version records
post/v1/table/{id}/version/delete
Request body
Response
Result of deleting table version records