歌曲管理
批量删除歌曲
根据歌曲 ID 列表批量删除歌曲。设置 delete_files=true 时同步删除本地音频文件(用于去重等场景)
post/songs/batch-delete
Request body
Example request
{
"ids": [
1
]
}Response
删除成功
Example response
{
"deleted": 3
}Changes
No recorded changes to this endpoint across all 79 revisions of this API.