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:
[ "5f0c87e4-a986-4a91-bd02-3d1e1278a9ec", "a9edf618-9679-49a4-8212-d5ec99d43e72" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.