curl -X POST https://portal-api.7331.org/v1/admin/bots/1/delete \
-b "psession=YOUR_SESSION"
{
"message": "Bot 1 deleted"
}
Hard delete a bot (admin only).
curl -X POST https://portal-api.7331.org/v1/admin/bots/1/delete \
-b "psession=YOUR_SESSION"
{
"message": "Bot 1 deleted"
}
Requires an active admin session cookie.Documentation Index
Fetch the complete documentation index at: https://docs.7331.org/llms.txt
Use this file to discover all available pages before exploring further.
200 OK with a SuccessResponse body.
curl -X POST https://portal-api.7331.org/v1/admin/bots/1/delete \
-b "psession=YOUR_SESSION"
{
"message": "Bot 1 deleted"
}
Was this page helpful?