DELETE api/Groups/{id}/contacts
Remove one or more static Contacts from a group.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
The list of Contact ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "c1d8502f-26d4-4738-86ca-b8b19ca07959", "d282d54c-6703-44e9-bd8c-2e89017ae80a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.