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:
[ "ca982dde-39c8-43ad-9516-528f62f464ba", "bc5bc756-676e-4ec6-9ff9-a073f54ac6f9" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.