POST api/Favorite/DeleteItem
050 删除收藏夹项
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | PlayListItem |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PlaylistId": "bd3cdc38-9206-415a-b479-ba7eac2822b8",
"AudioType": 2,
"AudioId": "1c73aad1-57df-4e30-ba20-78aa8d8ff2d8",
"Duration": 4
}
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"
}