Skip to content

Remove OAIAssistant

dfinke edited this page Apr 20, 2024 · 2 revisions

Remove-OAIAssistant

SYNOPSIS

Removes an OAI Assistant.

SYNTAX

Remove-OAIAssistant [[-Id] <Object>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

The Remove-OAIAssistant function is used to remove an OAI Assistant by its ID.

EXAMPLES

EXAMPLE 1

Remove-OAIAssistant -Id "assistant123"
Removes the OAI Assistant with the ID "assistant123".

PARAMETERS

-Id

The ID of the OAI Assistant to be removed.

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://platform.openai.com/docs/api-reference/assistants/deleteAssistant

Clone this wiki locally