DELETE api/Groups/{id}/opportunities

Remove one or more static Opportunities from a group.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

The list of Opportunities ids in the body of the request.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "38867c5b-a415-418c-bd5c-e8d55ae9c497",
  "0fab14a3-280c-4947-8abc-991c5a60c74e"
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.