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:
[ "721d1e4d-9ee6-4764-bb20-75f3a42ef57b", "9a603a2e-cae6-460f-b7f3-00aa7ceed23a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.