Delete group

Delete group from the datasource. Silently succeeds if group is not present.

SecurityBearerAuth
Request
Request Body schema: application/json
required
version
integer <int64>

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

datasource
required
string

The datasource for which the group is removed

groupName
required
string

the name of the group to be deleted

Responses
200

OK

400

Bad Request

401

Not Authorized

409

Conflict

post/deletegroup
Request samples
application/json
{
  • "version": 0,
  • "datasource": "string",
  • "groupName": "string"
}