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:
[ "8b6ef11f-af95-448c-a1c2-0d18328e9b59", "19493591-0c69-46fc-ab7e-9211be8f49e6" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.