DELETE api/opportunities/{id}/companies
Remove one or more Companies from an Opportunity.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
The list of Company ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "4fd727f0-415f-42f2-a8d5-18c2f23b08c9", "95ebb3c5-2e1c-4e42-b9d3-86080a8e3576" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.