curl --request DELETE \
--url http://localhost:8091/api/bots/{botID} \
--header 'Authorization: Bearer <token>'Deletes a bot and its associated user account.
curl --request DELETE \
--url http://localhost:8091/api/bots/{botID} \
--header 'Authorization: Bearer <token>'