curl --request DELETE \
--url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Delete a local folder and all its indexed content.
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Was this page helpful?