DELETE api/UserSubscribeFolder/Delete/{id}?isSubscribe={isSubscribe}

删除一条记录fdy

Request Information

Parameters

NameDescriptionAdditional information
id
UserSubscribeFolderId

Define this parameter in the request URI.

isSubscribe
是用户订阅的记录(默认),还是栏目频道里的记录

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}