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": "0e66993d-fbc2-49ad-ad7a-5939e84c8284",
  "FolderIds": [
    "570a9c61-562b-4f93-b74f-13072bdbe430",
    "3edf6fa1-33fb-4778-85fc-97aa9492e406",
    "31de0c96-2b17-444e-a152-28ae62a5fd69"
  ],
  "FolderId": "4b920177-ec77-4f9f-a01f-6ccdc9d96a85",
  "PlaylistId": "c09aee1f-8bae-43d9-b0a6-2065fb5d5684",
  "SoundFileId": "8ee4652d-afcb-44ec-b197-321d5872975d"
}

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