Delete a group
delete
Authorizations
defguard_sessionstringRequired
Path parameters
idinteger · int64Required
ID of the group.
Responses
200
Group deleted.
No content
400
The admin group cannot be deleted.
401
Session is missing or invalid.
application/json
403
Requires admin privileges.
application/json
404
Group not found.
application/json
500
Unable to delete group.
application/json
delete/api/v1/group/{id}
DELETE /api/v1/group/{id} HTTP/1.1
Accept: */*
No content
Last updated
Was this helpful?