Skip to main content
Question

Is there a way to tell if a folder/file has been deleted via API response from the /folders/{folder_id} endpoint?

  • January 8, 2025
  • 0 replies
  • 44 views

Forum|alt.badge.img

Is there a way to tell if a folder/file has been deleted from the /files/{file_id} endpoint? Should I be including a specific field in the fields query param to get this data? 

Was looking at the example API response and it looks like there’s a field called "trashed_at" that indicated when a folder was deleted but if it hasn’t been deleted will that field be null or not even be returned? 

 

Same for Groups/Users?