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:
[ "5a09f643-88c8-4773-9f11-6b00a7854074", "e2a9dae2-970e-4c8d-93d8-4f4e8a1456ac" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.