Skip to main content

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

Content-Type

application/x-www-form-urlencoded

Path Variables

Variable

Comment

{project}

The UUID or the URI supplement (textual identifier) of the project to be used.

HTTP Parameters

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