Groups API

Delete group

This API deletes an existing group

DELETE/rest/kbagroup/groupId
 Query parameters  none
 Header
  • auth-token: token from authentication
  • Content-Type: application/json
 Header/Parameter  tenant
 Body
Returns {"result" : "ok"}
Required role KBA_MANAGER
Managed errors 401: insufficient privileges

Example request

curl 'http://localhost:8080/mwp/rest/kbagroup/22b0e710-e154-4466-9265-e86a516680b5' -H "Content-Type:application/json" -H "auth-token:608f3536-4eac-4ad4-867c-9541dd42c6c7.local" -X DELETE 

Example response

{
"result": "ok"
}