Function deleteAssistantThreadInteraction

  • Deletes the specified interaction and all of its resources.

    Parameters

    • assistantId: string

      The ID of the assistant in which to delete the interaction.

    • threadId: string

      The ID of the thread in which to delete the interaction.

    • interactionId: string

      The ID of the interaction to delete.

    • Optionaloptions: ApiCallOptions

    Returns Promise<DeleteAssistantThreadInteractionHttpResponse>

    DeleteAssistantThreadInteractionHttpError