Delete AIMessage

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/aimessage

Delete a "user" AI message accessible to you.

Deleting a user message removes that message and all later messages in the same conversation, including any persisted AIMessageAsset attached to those later messages. Note that assistant messages cannot be deleted.

Request parametersResponse schema
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

Can be executed by:
Entity Owner
Can be associated to:
AIConversation
AIMessageAsset
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "code": 200
}