curl --location --request POST 'https://api-sandbox.usepeladen.com/api/v1/storage/api/storage/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_id": "tenant_123",
"files": [
{
"file_key": "images/profile.png"
}
]
}'[
{
"file_key": "images/profile.png",
"success": true
}
]