Skip to contents

Deletes an existing assistant. This also deletes all files uploaded to the assistant.

Usage

delete_assistant(assistant_name)

Arguments

assistant_name

Name of the assistant to delete

Value

List with http response, content, and status_code. - 200: The assistant has been successfully deleted - 404: Assistant not found - 500: Internal error

Examples

if (FALSE) { # \dontrun{
delete_assistant("my-assistant")
} # }