POST api/Favorite/DeleteItem

050 删除收藏夹项

Request Information

Parameters

NameDescriptionAdditional information
model
PlayListItem

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PlaylistId": "bec63021-7474-4880-a106-e44d46372d06",
  "AudioType": 2,
  "AudioId": "79fe23f7-3563-4a88-a5b3-fcc888cb19d0",
  "Duration": 4
}

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