POST Coll/DelCollections

删除收藏夹

Request Information

URI Parameters

None.

Body Parameters

R_DelCollectionsModel
NameDescriptionTypeAdditional information
CollectionsID

收藏夹ID(必传)

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CollectionsID": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'R_DelCollectionsModel'.

Response Information

Resource Description

ApiResultModelOfCollectionsModel
NameDescriptionTypeAdditional information
Code

CodeEnum

None.

Msg

string

None.

Result

CollectionsModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 0,
  "Msg": "sample string 1",
  "Result": {
    "id": 1,
    "UserID": 2,
    "Name": "sample string 3",
    "Count": 4,
    "views": 5,
    "Private": 6,
    "createtime": "2025-10-30 09:06",
    "webType": 0,
    "CollectionsList": [
      {
        "id": 1,
        "workype": 0,
        "TableType": 0,
        "webType": 0,
        "CollectionsID": 2,
        "UserID": 3,
        "workID": 4,
        "worktitle": "sample string 5",
        "workimg": "sample string 6",
        "workvideo": "sample string 7",
        "createtime": "2025-10-30 09:06"
      },
      {
        "id": 1,
        "workype": 0,
        "TableType": 0,
        "webType": 0,
        "CollectionsID": 2,
        "UserID": 3,
        "workID": 4,
        "worktitle": "sample string 5",
        "workimg": "sample string 6",
        "workvideo": "sample string 7",
        "createtime": "2025-10-30 09:06"
      }
    ],
    "isCollection": 8
  }
}