Skip to main content
DELETE
/
trash
/
reset-items
cURL
curl --request DELETE \
  --url http://127.0.0.1:3000/api/trash/reset-items \
  --header 'Authorization: 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

Response

200

Reset successfully

Last modified on December 10, 2025