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": "08ea723d-546b-46af-a712-4197c76cf2dd",
  "FolderIds": [
    "8ec81cfc-ffe1-4d97-8380-61136b516234",
    "6208a305-e61a-43b5-942b-855e427bfa99",
    "def6dcf6-0b26-42fb-8561-5fc66dd24096"
  ],
  "FolderId": "6dc18876-805c-4f3b-80ad-a45dcdec813b",
  "PlaylistId": "d549f681-4d67-4527-a05e-0b370912150d",
  "SoundFileId": "cc8bc573-f6e4-43db-9313-534ee9ec46e7"
}

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