POST api/PersonalPlayList/SongDelete
删除歌曲
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": "dede8720-4c6d-4525-9b79-0fd3747a293a", "PlayListId": "c7a0902c-fde4-4db8-a7ce-ba6995d7d58c" }
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" }