File System
Delete box file/dir
Deletes a file or a directory. If target path doesn't exist, the delete will fail.
delete/boxes/{boxId}/fs
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Request body
Example request
{
"workingDir": "/home/user/documents",
"path": "/home/user/documents/output.txt"
}Response
Delete file/dir
Example response
{
"message": "File/Directory deleted successfully"
}