Authorization: Bearer ********************
curl --location --request DELETE 'https://api.openai.com/v1/assistants//files/' \
--header 'Authorization: Bearer <token>'
{
id: "file-BK7bzQj3FfZFXr7DbL6xJwfo",
object: "assistant.file.deleted",
deleted: true
}