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:
[ "c2238bfa-fbd3-4656-9fb9-c54a5a380524", "1e36a0d9-78ab-46c3-b3c8-bee66c78bed7" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.