DDL
  1. user-collection-group-controller
DDL
  • 文章服务
    • article-field-controller
      • createArticle
      • updateArticle
      • actionArticle
      • getArticleContent
      • getUserAction
      • articleList
      • getArticleListByUserId
      • getArticleById
      • g
    • article-field-manage-controller
      • getArticleContent
      • articleList
      • getArticleCountByState
      • getArticleById
      • getHistoryVersion
      • recoveryArticle
      • deleteArticle
    • article-comment-controller
      • reply
      • action
      • getChildCommentsById
      • delete
      • getUCommentListById
      • recovery
    • article-group-controller
      • addGroup
      • getFieldListByGroupId
      • getGroupList
      • updateGroup
      • deleteGroup
    • article-tag-controller
      • getTag
      • addTag
      • getArticleFieldListByTagId
      • getTagListByGroupId
      • getTagList
      • updateTag
      • deleteTag
    • test-controller
      • test
      • aBoolean
      • t1
      • t3
      • t5
      • aVoid
  • 信息服务
    • channel-controller
      • list
      • sendMessage
    • user-notify-controller
      • getReplyMe
      • getThumbUpMe
      • getUnreadNotifyCount
      • getCommentInfinityTweet
      • getInfinityThumb
      • getAcceptedAnswer
      • getQaAnswer
      • getQaComment
      • getInvitationAnswer
      • getQaSupport
      • getQaWatch
      • getUserUnreadNotifyNum
    • user-private-message-controller
      • getPrivateMessageList
      • pullHistoryMessage
      • pullMessageByLatestId
      • readMessage
      • sendMessage
    • system-message-controller
      • pullSysMessage
  • 用户服务
    • user-active-controller
      • checkIn
      • getUserHistoryRecords
      • getUserThumbActive
    • user-collection-controller
      • addCollectionToGroup
      • cancelCollection
      • getCollectionToLink
      • getCollectionListByGroupId
      • getCollectionState
    • user-collection-group-controller
      • updateGroup
        PUT
      • deleteGroup
        DELETE
      • createGroup
        POST
      • createDefaultGroup
        POST
      • getGroupList
        GET
      • getGroupListByUserId
        GET
      • getGroupById
        GET
    • user-following-controller
      • getUserFollower
      • getUserFollowerByUserId
      • followUser
      • getUserFollowing
      • getUserFollowingByUserId
      • unfollowUser
    • user-info-controller
      • getUserInfo
      • updateUserInfo
      • getUserExp
      • getUserById
    • user-points-controller
      • getPoints
      • getDetails
      • getUserHeatmapData
    • user-tag-controller
      • updateUserTag
      • getUserByTagId
      • getUserByTagIds
      • getUserTagByUserId
    • user-controller
      • modifyEmail
      • ChangePassword
      • getUserSetting
  • 问答服务
    • qa-answer-controller
      • answer
      • acceptedAnswer
      • action
      • getChildAnswerPageById
      • invitationUserAnswerQuestion
      • getInvitationFollowerList
      • getInvitationFollowingList
      • getRecommendedUserByTagIds
      • getUserAnswerPageById
      • getAnswerPageById
      • delete
    • qa-question-group-controller
      • GetGroupList
      • GetFieldListByGroupId
    • qa-question-field-controller
      • createQuestion
      • updateQuestion
      • getUserToQuestionAction
      • GetArticleContent
      • QuestionList
      • GetUserQuestionPageByUserId
      • recommendQuestionList
      • GetQuestionById
      • unWatchQuestion
      • watchQuestion
    • qa-question-field-manage-controller
      • GetQuestionContent
      • QuestionList
      • getQuestionCountByState
      • GetQuestionById
      • getHistoryVersion
      • logicallyRecoveryQuestionById
      • logicallyDeleteQuestionById
    • qa-question-tag-controller
      • getTagListByGroupId
      • GetTagList
      • GetArticleFieldList
  • 数据服务
    • rank-controller
      • test
      • getArticleRankList
      • infinityClubRank
      • infinityTopicRank
      • test2
      • test1
      • getQuestionRankList
    • user-data-controller
      • getUserArticleDataStatistics
  • 搜索服务
    • article-search-controller
      • suggestion
      • tagSuggestion
      • search
    • infinity-search-controller
      • tagSuggestion
    • question-search-controller
      • suggestion
      • tagSuggestion
      • search
    • user-search-controller
      • searchInvitationUser
      • search
  • 圈子服务
    • infinity-club-controller
      • createInfinityClub
      • updateInfinityClub
      • followInfinityTopic
      • unfollowInfinityTopic
      • deleteInfinityClub
    • infinity-controller
      • sendInfinity
      • upTweet
      • getInfinityChildCommentPageList
      • getInfinityPageList
      • getInfinityPageDataByUserId
      • getInfinity
      • updateInfinity
    • infinity-comment-controller
      • replyInfinity
      • getInfinityChildCommentReplyPageList
      • getInfinityChildCommentPageList
    • infinity-topic-controller
      • createInfinityTopic
      • updateInfinityTopic
      • followInfinityTopic
      • TopicController
      • unfollowInfinityTopic
      • deleteInfinityTopic
  • 认证服务
    • 登录
    • 注册
  1. user-collection-group-controller

deleteGroup

DELETE
/user/collection/group
user-collection-group-controller

请求参数

Body 参数application/json
groupId
integer <int64>
可选
groupName
string 
可选
order
integer <int32>
可选
示例
{
  "groupId": 0,
  "groupName": "string",
  "order": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://m1.apifoxmock.com/m1/2103283-0-default/user/collection/group' \
--header 'Content-Type: application/json' \
--data-raw '{
    "groupId": 0,
    "groupName": "string",
    "order": 0
}'

返回响应

🟢200OK
application/json
Body
string 
可选
示例
"string"
🟢204No Content
🟠401Unauthorized
🟠403Forbidden
修改于 2022-12-19 15:14:50
上一页
updateGroup
下一页
createGroup
Built with