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": "08f16461-6972-419a-8fc1-7170c382ba29",
  "FolderIds": [
    "831ca68a-830e-40d0-8e55-095f5e7bef34",
    "5798798b-de18-4831-83a1-44bf0d62c615",
    "2f2338be-710c-46b9-830e-d26a9d44684f"
  ],
  "FolderId": "d7c38ec8-5567-449f-9133-935c51fa2c65",
  "PlaylistId": "81c29f9d-8b7d-4c0d-9fc2-cab6cfdb17f9",
  "SoundFileId": "ef377c73-b39d-4936-b64c-9696a53466a5"
}

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