Skip to main content
DELETE
/
api
/
bots
/
{botID}
Delete bot
curl --request DELETE \
  --url http://localhost:8091/api/bots/{botID} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer

Path Parameters

botID
string
required

Bot user ID

Response

204

Bot deleted