DELETE
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
fs
Delete a path in a box filesystem
curl --request DELETE \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/fs

Path Parameters

project
string
required

Project name

name
string
required

Box name

Query Parameters

path
string
required

Path in the box

recursive
boolean

Delete directories recursively

Response

Path deleted