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:
[ "466716f1-1136-4d90-99fe-7f293c5aeeab", "6d6fbf8b-96a6-413e-8754-3f432bdaf05b" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.