Skip to main content
DELETE
/
v2
/
teams
/
{teamId}
/
files
/
{path}
Delete File
curl --request DELETE \
  --url https://api.duvo.ai/v2/teams/{teamId}/files/{path} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

path
string
required

Path of the file to delete relative to the team's storage root

Minimum string length: 1
teamId
string
required

Response

Default Response

success
boolean
required

True if the operation succeeded