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": "0332dfe7-d27c-4c25-bfdf-c512364af89e",
"AudioType": 2,
"AudioId": "594d7d53-c10d-4626-8ede-b4ae4d92204f",
"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"
}