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:
[ "700def12-ed7b-4aaf-9ad8-d341aca02951", "611bf016-e30a-449b-b209-5abd088dfc82" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.