Skip to main content
DELETE
/
trash
/
reset-items
cURL
curl --request DELETE \
  --url 'https://app.teable.ai/api/trash/reset-items?resourceId=SOME_STRING_VALUE&resourceType=SOME_STRING_VALUE&cursor=SOME_STRING_VALUE&pageSize=SOME_INTEGER_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

resourceId
string
required
resourceType
enum<string>
required
Available options:
base,
table
cursor
string | null
pageSize
integer
default:20
Required range: 1 <= x <= 20

Response

200

Reset successfully

Last modified on March 5, 2026