curl --location --request DELETE 'https://api.openai.com/Excluir arquivo de assistente (v1)' \
--header 'Authorization: Bearer $OPENAI_API_KEY' \
--header 'OpenAI-Beta: assistants=v1' \
--header 'Content-Type: application/json'
{
"id": "string",
"object": "string",
"deleted": true
}