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:
[ "4476416c-269a-4869-af4d-582e32e076a1", "02914377-39c8-4fdf-a476-8d3668d50e66" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.