DELETE api/Groups/{id}/contacts

Remove one or more static Contacts from a group.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

The list of Contact ids in the body of the request.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d7d94322-305e-41a5-9964-0e15a9ed7e13",
  "c452c341-de85-4822-9730-1bf94c95f980"
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.