cURL
curl --request DELETE \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'table
Delete table
Move a table to trash. The table can be restored within the retention period.
DELETE
/
base
/
{baseId}
/
table
/
{tableId}
cURL
curl --request DELETE \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'Last modified on March 5, 2026
Was this page helpful?
⌘I

