{ "id": "<string>", "object": "thread.message.deleted", "deleted": true }
Deletes a message by its ID.
Your Langtail API Key
"<LANGTAIL_API_KEY>"
The ID of the thread containing the message.
The ID of the message to retrieve.
Successfully deleted message
The unique identifier of the deleted message.
The object type, which is always 'thread.message.deleted' for this response.
"thread.message.deleted"
Indicates that the message was successfully deleted.
true
Was this page helpful?