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