POST api/Radio/delete_folder
从个人电台删除栏目
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RadioId": "0028685b-1ccf-4110-8db2-74a5d0f3a584",
"FolderIds": [
"46a3f312-e713-40d1-b27f-ceb86b83c6c1",
"9366d558-83bb-4387-ba1a-4d97fad72cd2",
"18b0605c-279b-4fe2-956b-aca3087b920f"
],
"FolderId": "946a550d-37df-4026-a4e1-1b90bf1b8f46",
"PlaylistId": "93ac2ca2-ee60-41b6-bb4d-1ec95eb27d5a",
"SoundFileId": "a73ed25d-73e2-488c-ab1a-568f7f3eaecf"
}
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"
}