cURL
curl --request DELETE \ --url http://localhost:5300/api/v1/platform/bots/{bot_uuid} \ --header 'X-API-Key: <api-key>'
200
Example
{ "code": 0, "msg": "ok", "data": {} }
Remove a bot instance from the system
API Key authentication using X-API-Key header. Example: X-API-Key: lbk_your_api_key_here
X-API-Key: lbk_your_api_key_here
Bot deleted successfully
0
"ok"