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:
[ "e17c2537-2e2c-48e7-a7da-4f09b31a80ea", "a20cb7ed-8644-4e7b-8bac-15baf251d34a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.