Files
Delete an uploaded file
The delete_file
endpoint deletes an uploaded file from an assistant.
DELETE
/
assistant
/
files
/
{assistant_name}
/
{assistant_file_id}
Authorizations
Api-Key
string
headerrequiredPinecone API Key
Path Parameters
assistant_name
string
requiredThe name of the assistant to upload files to.
assistant_file_id
string
requiredThe uuid of the file to be described.
Was this page helpful?