Views:

Last Updated: 1/22/2020 12:11:03 AM

Delete a group with given name for customers.

Request

HTTP Request

DELETE /SMPI/{version}/service/wfbss/api/groups

Parameters

Name

Type

Description

Validation

Required Parameters

     

cids

string

A list of customer IDs separated by comma.

At least one customer ID must be specified, and no more than 10.

name

string

Group name

HTTP Request Example

Delete a group with given name for specific customers:
DELETE /SMPI/{version}/service/wfbss/api/groups?cids=640FE47F-5118-4D79-8221-A35D0DE2EE2C,549390C2-61B3-417E-B1F0-8955A63C08F3&name=Test_Group

Request Body

Do not supply a request body with this method.

Response

Response

If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:

Empty response body.