cURL
curl --request POST \ --url https://alphainsider.com/api/deleteBot \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "bot_id": "<string>" } '
{ "success": true, "response": "Bot deleted." }
Delete bot.
User API token.
Bot ID.
Request was successful.