Skip to main content
DELETE
/
bots
/
{id}
Delete bot
curl --request DELETE \
  --url https://api.helloannie.com/v1/bots/{id}
{
  "success": true,
  "data": {},
  "message": "<string>"
}

Path Parameters

botId
string<uuid>
required

The ID of the bot to delete

Response

Confirmation that a bot record has been deleted

success
enum<boolean>
required
Available options:
true
data
object
required
message
string
required