v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Collections

Remove a collection group

This method allows you to revoke all members in a group access to a collection. Note that members of the group may still retain access through other groups or individual memberships.

post/collections.remove_group

Request body

idstring uuid required

Identifier for the collection

groupIdstring uuid required

Response

OK

successboolean

Example response

{
  "success": true
}