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:
[ "f795997f-caf5-47b1-a2e7-63e8de16c3a6", "ecc39731-dd99-4346-9daf-2ec246cc00b3" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.