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:
[ "b92985fd-0bf3-48b7-8cf0-c4aa4eb99190", "8c2f3749-b474-4937-ace0-56e388de4957" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.