POST api/PersonalPlayList/DeleteChannel
将播单从频道中删除
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| songList |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SongListId": "f028f89d-8f80-4dd2-a4fe-7f80f4112187",
"Title": "sample string 2",
"CoverImagePath": "sample string 3",
"SongCount": 4,
"Duration": 5,
"SizeInBytes": 6,
"UserName": "sample string 7",
"Intro": "sample string 8",
"Channels": [
{
"ChannelId": "d76a5237-6148-48f6-907c-dc707ae2ea5e",
"ChannelName": "sample string 2",
"TargetId": "e2c531ac-8561-40a1-bba6-4255c15d1f5b"
},
{
"ChannelId": "d76a5237-6148-48f6-907c-dc707ae2ea5e",
"ChannelName": "sample string 2",
"TargetId": "e2c531ac-8561-40a1-bba6-4255c15d1f5b"
},
{
"ChannelId": "d76a5237-6148-48f6-907c-dc707ae2ea5e",
"ChannelName": "sample string 2",
"TargetId": "e2c531ac-8561-40a1-bba6-4255c15d1f5b"
}
]
}
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"
}