DistributorUsersUser_idFoldersFolder_id
Delete folder
Deletes a playlist folder. Admin tokens can delete any folder; non-admin tokens are restricted to their own.
Authorization
BearerAuth Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Path Parameters
user_id*string
User ID (UUID)
folder_id*string
Folder ID (UUID)
Response Body
application/json
application/json
application/json
curl -X DELETE "https://loading/api/users/string/folders/string""string"{
"error": "Validation failed"
}{
"error": "Validation failed"
}