cURL
curl --request DELETE \
--url 'https://app.teable.ai/api/table/%7BtableId%7D/record?recordIds=SOME_ARRAY_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'record
Delete records
Permanently delete multiple records by their IDs in a single request.
DELETE
/
table
/
{tableId}
/
record
cURL
curl --request DELETE \
--url 'https://app.teable.ai/api/table/%7BtableId%7D/record?recordIds=SOME_ARRAY_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

