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:
[ "306152ae-79be-4895-b669-419ddc81fb6b", "360351b8-cc74-4e6f-aa28-0ebcd7fd2798" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.