curl --request DELETE \
--url https://api.boostgpt.co/v1/bot/workspace/file \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Delete a file from a workspace (soft delete)
curl --request DELETE \
--url https://api.boostgpt.co/v1/bot/workspace/file \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Was this page helpful?