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:
[ "4cfa0372-d8f6-42db-9cd8-75d7f9058924", "4a931073-f52e-4389-9bf4-8499eef5d0fc" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.