RealtimeServerEventConversationItemDeleted
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.
{
"event_id": "string",
"type": "conversation.item.deleted",
"item_id": "string"
}