Skip to main content
DELETE
/
v2
/
agent-folders
/
{folder_id}
Delete Agent Folder
curl --request DELETE \
  --url https://api.duvo.ai/v2/agent-folders/{folder_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

folder_id
string<uuid>
required

The folder's unique identifier

Query Parameters

force
string

Pass 'true' to delete a folder that still contains assignments or subfolders. Any contained assignments will be moved to the root level.

Response

Default Response

success
boolean
required

Always true on success