POST
/
v2
/
delete_item
curl --request POST \
  --url http://127.0.0.1:9550/v2/delete_item \
  --header 'Content-Type: application/json' \
  --data '{
  "path": "<string>"
}'
"<string>"

Remove a specific item (file or folder) from the vector file system.

Body

application/json
path
string
required

Response

200
text/plain
Successfully deleted item

The response is of type string.