{
"file_key": "string"
}
curl --location --request DELETE 'https://api.medusa-commerce.com/admin/uploads' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_key": "string"
}'
{
"id": "string",
"object": "file",
"deleted": true
}