For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a group

Removes the group and the group memberships of its members.

delete
Authorizations
defguard_sessionstringRequired
Path parameters
idinteger · int64Required

ID of the group.

Responses
200

Group deleted.

No content

delete/api/v1/group/{id}
DELETE /api/v1/group/{id} HTTP/1.1
Accept: */*

No content

Last updated

Was this helpful?