v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0144101120.9 KB
Permissions

Delete group

Delete group from the datasource. Silently succeeds if group is not present. Note: All memberships associated with the deleted group will also be deleted.

post/api/index/v1/deletegroup

Request body

versioninteger

Version number for document for optimistic concurrency control. If absent or 0 then no version checks are done.

datasourcestring required

The datasource for which the group is removed

groupNamestring required

the name of the group to be deleted

Response

OK