Skip to main content
DELETE
/
v1
/
storage
/
objects
/
by-path
/
{path}
Delete File
curl --request DELETE \
  --url https://api.bctrl.ai/v1/storage/objects/by-path/{path} \
  --header 'Authorization: Bearer <token>'
path
string
required
Logical file path.
workspace
string
Workspace name.

Examples

await storage.delete('reports/old.pdf');