POST api/PlayList/delete_soundfile

从个人电台删除栏目

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RadioId": "317ed956-219d-4867-a284-e2b67115998e",
  "FolderIds": [
    "3e2d064c-a206-40d7-a406-2895d0e27ebd",
    "c9b0659c-d577-40a1-aa5a-056e8930514d",
    "ecf8d23b-0b53-469f-847b-58bd25706d52"
  ],
  "FolderId": "4ad93935-7439-429d-8038-edf317930944",
  "PlaylistId": "a5313345-7163-44f7-a68b-3c90df08384c",
  "SoundFileId": "5b4b04ab-c816-4efc-93bb-908dd262f6fa"
}

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