assistants_delete_assistant_file_request: API assistants: delete assistant file

View source: R/api_assistants.R

assistants_delete_assistant_file_requestR Documentation

API assistants: delete assistant file

Description

Delete an AssistantFile. To get more details, visit https://platform.openai.com/docs/api-reference/assistants/deleteAssistantFile https://platform.openai.com/docs/assistants

Usage

assistants_delete_assistant_file_request(
  assistant_id,
  file_id,
  api_key = api_get_key()
)

Arguments

assistant_id

string, the ID of the assistant who the file belongs to.

file_id

string, the ID of the file to delete

api_key

string, OpenAI API key (see https://platform.openai.com/account/api-keys)

Value

content of the httr response object or SimpleError (conditions) enhanced with two additional fields: 'status_code' (response$status_code) and 'message_long' (built on response content)


oaii documentation built on May 29, 2024, 5:25 a.m.