Skip to main content
POST
/
v1
/
admin
/
chats
/
{chat_id}
/
delete
Delete Chat
curl --request POST \
  --url https://portal-api.7331.org/v1/admin/chats/{chat_id}/delete

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.

Requires Admin or higher permission level.
This action is irreversible. The chat, all members, Redis live state, and any running neko container will be destroyed.

Path Parameters

chat_id
integer
required
Chat ID

Response

Returns 200 OK with a SuccessResponse body:
200
{
  "message": "Chat 'example' deleted"
}