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:
[ "d1c35219-3fcc-4264-b43f-fccf3c0aaf79", "4a1b37b4-f295-4625-b630-e88faa8a469c" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.