POST api/PersonalPlayList/SongDelete

删除歌曲

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "7530cd6e-acdf-464a-8094-88113b44ea52",
  "PlayListId": "41c0742f-07c3-474f-bd26-28050427ea89"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}