POST api/Radio/delete_folder

从个人电台删除栏目

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RadioId": "57b52bdf-e10d-44d1-8b2c-35d40d9c0704",
  "FolderIds": [
    "de201206-64ba-44fa-8482-9983cc9cef0a",
    "15b1b583-7300-4fd9-a309-92e91de69f21",
    "2e7b8537-c3da-4f4d-87d5-93941943ab3d"
  ],
  "FolderId": "af0fcffd-5889-4b97-ae4a-320b6e9700e2",
  "PlaylistId": "2cbea7a8-a3e5-414a-97b8-13da426c3dd1",
  "SoundFileId": "1f6618cc-79df-4489-9d41-96ddf46356ca"
}

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