Skip to main content
POST
/
v1
/
admin
/
bots
/
{bot_id}
/
reset-stats
curl -X POST https://hapi.7331.org/v1/admin/bots/111222333444555666/reset-stats \
  -b cookies.txt
{
  "message": "Stats reset for bot 111222333444555666"
}
Requires an active admin session cookie. Hierarchy enforced against the bot owner.
bot_id
integer
required
Discord snowflake ID of the bot.

Response

message
string
required
Action result message.
curl -X POST https://hapi.7331.org/v1/admin/bots/111222333444555666/reset-stats \
  -b cookies.txt
{
  "message": "Stats reset for bot 111222333444555666"
}