Table Management
Delete Table
Delete table by ID.
DELETE
Delete Table
Overview
This endpoint permanently removes a table.Example request
Key parameters
table_id(required): target table identifier.
Success signal
A successful response confirms table deletion.Common errors
401 Unauthorized
Check that your header is Authorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found
The table ID is invalid, already deleted, or unavailable in your workspace.
Related endpoints
Related guides
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Table ID.
Table creation time.
Table name.
Table type.
Available options:
generic, company, people Table columns configurations.
Table description.
Table tags.
Child table relationships.
Parent table relationships.
Previous
Clone TableClone table by ID.
Only allowed to admin users, from admin users, or users within same organization.
Always clones the entire table hierarchy (parent and child tables).
If schema_only=True, only schemas are cloned without data.
If schema_only=False, creates an identical duplicate with all row relationships preserved.
Next
Delete Table