DELETE
/
trash
/
reset-items
curl --request DELETE \
  --url 'https://app.teable.io/api/trash/reset-items?resourceId=SOME_STRING_VALUE&resourceType=SOME_STRING_VALUE&cursor=SOME_STRING_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