curl --request DELETE \
--url https://api.ppinfra.com/openai/v1/files/{file_id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"deleted": true,
"id": "<string>",
"object": "<string>"
}curl --request DELETE \
--url https://api.ppinfra.com/openai/v1/files/{file_id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"deleted": true,
"id": "<string>",
"object": "<string>"
}