Deletes a User Group. The general datasource /delete operation should NOT be used for the User Group object as this special command (/accountmanager.deletegroup) also performs a cleanup of related objects (objects that have this business role assigned).
{- "data": {
- "typedId": "15667.UG"
}
}
{- "response": {
- "node": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "uniqueName": "string",
- "label": "string",
- "additionalInfo1": null,
- "additionalInfo2": null,
- "additionalInfo3": null,
- "additionalInfo4": null,
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0
}
], - "status": 0
}
}