/
/Anaconda Server API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 4w ago
account19
artifacts11
auth4
channels79
cves5
diagnosis1
docs1
groups16
  • getGet the channel groups
  • postAdd new group to the channel
  • putUpdate group channel permission
  • deleteDelete the group from the channel
  • getGet list of groups for the subchannel
  • postAdd a new group to the subchannel
  • putUpdate group subchannel permission
  • deleteDelete a group from the subchannel
  • getGet list of all groups
  • postCreate a new group
  • getGet group details
  • putEdit a group
  • deleteDelete a group
  • postAdd a user to the group
  • deleteremoves a user from the group
  • getGet list of the group channels
installers2
mirrors1
reports1
system12
users18
  • post/repo/docker/events
  • get/repo/docker/repositories/{channel_id}/{image_name}
groups

Delete a group

Allows a user to delete the group specified by the group name

delete/groups/{group_id}

Path parameters

group_idstring required

Response

successfully deleted group

Changes