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

Path Parameters

botId
string<uuid>
required

The ID of the bot to delete webhook configuration for

Response

Confirmation that a bot webhook configuration has been removed

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