delete_assistant_file | R Documentation |
Delete an assistant file.
delete_assistant_file(assistant_id, file_id, return_response = F)
assistant_id |
(string) The ID of the assistant that the file belongs to. Required |
file_id |
(string) The ID of the file to delete. Required |
return_response |
(boolean) Whether to return the API response or parse the contents of the response. Defaults to FALSE (parse the response). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.