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:
[ "f1180e9f-91f1-435a-a637-28563a854b37", "0337ebcb-c6b3-4bad-b3f8-44f08e2d0ff0" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.