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:
[ "bffca5f6-347b-48ed-bdab-01002b8ac676", "6489e95c-2061-45c7-930c-fca9d8b4b3a9" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.