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": "f349c534-530a-41c6-b74b-97a3de98d61c",
  "PlayListId": "5ddc1f95-599b-4708-9c5a-46b90f8cea25"
}

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"
}