DELETE request to /folders/:folder_id/trash using the trashed folder’s ID
.
Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
DELETE request to /folders/:folder_id/trash using the trashed folder’s ID
.
curl -i -X DELETE "https://api.box.com/2.0/folders/4353455/trash" \
-H "authorization: Bearer <ACCESS_TOKEN>"
Was this page helpful?