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:
[ "67178e89-dcf1-43ff-964b-8369ae3b1629", "eb3fc0e4-b3da-4ca6-8f45-e3e99029a84a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.