Skip to main content
POST
/
v1
/
admin
/
bots
/
{bot_id}
/
unverify
curl -X POST https://hapi.7331.org/v1/admin/bots/111222333444555666/unverify \
  -b cookies.txt
{
  "message": "Bot verification removed"
}
Requires an active admin session cookie.
bot_id
integer
required
Discord snowflake ID.

Response

message
string
required
Action result message.
curl -X POST https://hapi.7331.org/v1/admin/bots/111222333444555666/unverify \
  -b cookies.txt
{
  "message": "Bot verification removed"
}