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:
[ "a5d4a59a-dd06-43bf-9a29-d988f090523f", "1d7b4134-29de-47a5-83e5-fa43c6b94e6a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.