POST api/PlayList/delete_soundfile
从个人电台删除栏目
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RadioId": "7eb7e1e1-a226-4a97-b939-e888cce35270",
"FolderIds": [
"3dbb3715-30a3-4df6-93c6-1515f2a49923",
"3b589548-5a36-4634-85c6-93ecfae28f4c",
"358b357a-4694-412d-a56c-274fba7071b3"
],
"FolderId": "4a3a11f5-4fbe-4b42-8157-7064eb910344",
"PlaylistId": "e6d1f33f-0333-4e01-80de-4aea56c4f602",
"SoundFileId": "582181d1-9f01-49ab-93a0-b482da916352"
}
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"
}