RealtimeServerEventConversationItemDeleted interface
Returned when an item in the conversation is deleted by the client with a
conversation.item.delete event. This event is used to synchronize the
server's understanding of the conversation history with the client's view.
- Extends
Properties
| event_id | The unique ID of the server event. |
| item_id | The ID of the item that was deleted. |
| type | The event type, must be |
Property Details
event_id
The unique ID of the server event.
event_id: string
Property Value
string
item_id
The ID of the item that was deleted.
item_id: string
Property Value
string
type
The event type, must be conversation.item.deleted.
type: "conversation.item.deleted"
Property Value
"conversation.item.deleted"