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:
[ "642b57c7-57a2-4df0-85ae-e221a66eb40d", "2ba0fcd9-670f-4604-ba25-798a4d4d3786" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.