curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/files/{fileOrDirId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete a file or directory by the ID
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/files/{fileOrDirId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}