| external help file | PSOpenAI-help.xml |
|---|---|
| Module Name | PSOpenAI |
| online version | https://github.com/mkht/PSOpenAI/blob/main/Docs/Remove-RealtimeSessionItem.md |
| schema | 2.0.0 |
Remove an item from the conversation history.
Remove-RealtimeSessionItem
[-ItemId] <String>
[-EventId <String>]
Remove an item from the conversation history.
PS C:\> Remove-RealtimeSessionItem -ItemId 'msg_001'The ID of the item to delete.
Type: String
Required: True
Position: NamedOptional client-generated ID used to identify this event.
Type: String
Required: False
Position: Namedhttps://developers.openai.com/api/docs/guides/realtime-conversations/