Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.05 KB

Remove-RealtimeSessionItem.md

File metadata and controls

60 lines (42 loc) · 1.05 KB
external help file Module Name online version schema
PSOpenAI-help.xml
PSOpenAI
2.0.0

Remove-RealtimeSessionItem

SYNOPSIS

Remove an item from the conversation history.

SYNTAX

Remove-RealtimeSessionItem
    [-ItemId] <String>
    [-EventId <String>]

DESCRIPTION

Remove an item from the conversation history.

EXAMPLES

Example 1

PS C:\> Remove-RealtimeSessionItem -ItemId 'msg_001'

PARAMETERS

-ItemId

The ID of the item to delete.

Type: String
Required: True
Position: Named

-EventId

Optional client-generated ID used to identify this event.

Type: String
Required: False
Position: Named

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://platform.openai.com/docs/api-reference/realtime-client-events/conversation/item/delete