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": "a8219ae2-2caf-4191-800e-8743fd92d330", "AudioType": 2, "AudioId": "e95ea68a-7ce8-41af-87f1-f83574ef1222", "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" }