POST api/PersonalPlayList/DeleteChannel

将播单从频道中删除

Request Information

Parameters

NameDescriptionAdditional information
songList

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SongListId": "b85d62a7-4f1d-4cf5-bf82-f1d038d9b6ea",
  "Title": "sample string 2",
  "CoverImagePath": "sample string 3",
  "SongCount": 4,
  "Duration": 5,
  "SizeInBytes": 6,
  "UserName": "sample string 7",
  "Intro": "sample string 8",
  "Channels": [
    {
      "ChannelId": "35b71b10-5fbe-4799-958e-9d4ad3710527",
      "ChannelName": "sample string 2",
      "TargetId": "c6aeef75-8fac-4cee-b3f4-55d96f300783"
    },
    {
      "ChannelId": "35b71b10-5fbe-4799-958e-9d4ad3710527",
      "ChannelName": "sample string 2",
      "TargetId": "c6aeef75-8fac-4cee-b3f4-55d96f300783"
    },
    {
      "ChannelId": "35b71b10-5fbe-4799-958e-9d4ad3710527",
      "ChannelName": "sample string 2",
      "TargetId": "c6aeef75-8fac-4cee-b3f4-55d96f300783"
    }
  ]
}

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