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:
[ "8aaf3d05-7ea5-4eb3-9085-2233da3aa723", "4b0e9959-4f21-46ea-8c53-ef5f139ec6b7" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.