delete-chat
Remove a chat permanently using its unique ID. This action cannot be undone, so use it to clean up chats you no longer need.
Instructions
Permanently delete a chat. Mirrors syntx.chats.delete. Issues DELETE /api/v1/chats/{chat_id}. This action is destructive and cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat UUID or numeric id (required). |