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