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:
[ "2687148e-73fc-4c56-b002-4de9541f56e8", "1c5186bb-dc6d-4c06-ab2a-18355040a145" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.