Web Service Method: Delete a Group
Abstract
Web Service Method: Delete a Group
| Description | 
|---|
| Deletes a group on a PoolParty server. | 
Note
Only works when the server is using https.
URL: /PoolParty/api/user/deleteGroup 
Request
| Supported Methods | 
|---|
| POST | 
 application/x-www-form-urlencoded 
| Variable | Comment | 
|---|---|
|   | The UUID or the URI supplement (textual identifier) of the project to be used. | 
| Parameter | Comment | Type | Required | 
|---|---|---|---|
| names | Name of the groups that should be deleted | String | true | 
Response
http status code 200if OK.
Example
POST Request
https://workingontologist.poolparty.biz:7443/PoolParty/api/user/deleteGroup?names=testGroup, otherGroup