Skip to main content
POST
/
v1
/
admin
/
bots
/
{bot_id}
/
delete
curl -X POST https://hapi.7331.org/v1/admin/bots/111222333444555666/delete \
  -b cookies.txt
{
  "message": "Bot deleted successfully"
}
Requires an active admin session cookie.
This action is irreversible. The bot and its API key will be permanently deleted.
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/delete \
  -b cookies.txt
{
  "message": "Bot deleted successfully"
}