Search recently deleted files
POST/files/recently-deleted/search
Returns soft-deleted files scoped to the caller's organization. Files remain listed until the retention period expires and the scheduled cleanup job runs; they can also be restored with POST /files/{fileKey}/restoration or permanently removed with DELETE /files/{fileKey}/permanent.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The search completed successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
An internal error occurred while processing the request.