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