Skip to main content

Web Service Method: Remove a Group from a Project

Abstract

Web Service Method: Remove a Group from a Project

Description

This service allows to remove groups from project metadata.

URL: /PoolParty/api/projects/{project}/removeGroup

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

Names of the groups that should be remove from the project. Use comma separated String when multiple group names should be used.

String

true

Response

Returns status 200 when method was executed successfully.

Example

Usage of a REST Client

The following screenshot shows the usage of the import service using Postman:

Removing one group: