Preparing search index...
The search index is not available
@google/genai
@google/genai
gaos/funcs/interactions-delete
interactionsDelete
Function interactionsDelete
interactionsDelete
(
client
:
GoogleGenAICore
,
id
:
string
,
api_version
?:
string
,
options
?:
Omit
<
RequestOptions
,
"extra_body"
>
,
)
:
APIPromise
<
Result
<
void
,
|
UnexpectedClientError
|
InvalidRequestError
|
RequestAbortedError
|
RequestTimeoutError
|
ConnectionError
|
GoogleGenAiError
|
DeleteInteractionServerError
|
DeleteInteractionClientError
,
>
,
>
Deleting an interaction
Parameters
client
:
GoogleGenAICore
id
:
string
Optional
api_version
:
string
Optional
options
:
Omit
<
RequestOptions
,
"extra_body"
>
Returns
APIPromise
<
Result
<
void
,
|
UnexpectedClientError
|
InvalidRequestError
|
RequestAbortedError
|
RequestTimeoutError
|
ConnectionError
|
GoogleGenAiError
|
DeleteInteractionServerError
|
DeleteInteractionClientError
,
>
,
>
Remarks
Deletes the interaction by id.
Settings
Theme
OS
Light
Dark
@google/genai
Loading...
Deleting an interaction