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:
[ "a69994b2-3655-435f-9e79-62dde647463b", "c11fe1c0-ebf8-465f-90c9-7d070533b1db" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.