cURL
curl --request DELETE \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/permanent \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'table
Permanently delete table
Permanently delete a table and all its data. This action cannot be undone.
DELETE
/
base
/
{baseId}
/
table
/
{tableId}
/
permanent
cURL
curl --request DELETE \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/permanent \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

