Bot

Delete a bot

DELETE
/api/v1/bot/delete/{botId}
/api/v1/bot/delete/{botId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

botId
Required
string

The ID of the bot to delete

curl -X DELETE "https://example.com/api/v1/bot/delete/string" \
  -H "Authorization: <token>"

OK