DistributorAdminFilesCleanup
Remove invalid song files
Removes SongFile records where the physical file is missing from storage. Requires an admin JWT.
Authorization
BearerAuth Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Response Body
application/json
application/json
application/json
curl -X DELETE "https://loading/api/admin/files/cleanup"{
"property1": 0,
"property2": 0
}{
"error": "Validation failed"
}{
"error": "Validation failed"
}