cURL
curl --request DELETE \ --url http://localhost:8091/api/servers/{serverID}/bots/{botID} \ --header 'Authorization: Bearer <token>'
Removes a bot from a server.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
Bot user ID
Bot removed from server