curl --request DELETE \
--url https://api.boostgpt.co/v1/bot/workspace/delete \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Delete a workspace and all its files. The default workspace cannot be deleted.
curl --request DELETE \
--url https://api.boostgpt.co/v1/bot/workspace/delete \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Was this page helpful?