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:
[ "79085a5d-db62-4cf5-a422-653ece3b59f3", "9c9ada4a-1e99-4018-b6e6-e8ec8fddc74c" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.