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:
[ "ee7f5c6d-3990-481a-a83c-a456e74da799", "af2d070d-0eab-4de4-bac0-daf383bd78eb" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.