Authorization: ********************{
"fileIds": [
"string"
]
}curl --location --request DELETE 'https://api.pitside.app/file' \
--header 'activeTeamId;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"fileIds": [
"string"
]
}'