DELETE api/Groups/{id}/opportunities
Remove one or more static Opportunities from a group.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
The list of Opportunities ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "4cea05f9-95a4-4c29-b9f9-e372f5223edb", "f9ed485c-c716-4f85-8eca-7876de491f22" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.