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": "487a8ecb-a022-47ca-b7d2-7e819414beb4",
  "FolderIds": [
    "9ae18230-bafe-44b9-8c9c-d5eccf309fc1",
    "005ae8b2-53f6-40ce-af00-e7596c6abbfc",
    "c1efe68a-64ab-4f66-8558-57e0ddb0d173"
  ],
  "FolderId": "74e50156-a75a-4ab5-8726-4a43bbc827c7",
  "PlaylistId": "1d86e2d5-04b6-4e35-addc-e115d51df9e7",
  "SoundFileId": "6f7ff8a8-107e-4b78-8cd6-f7d5caa75d60"
}

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