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:
[ "759eab73-abe5-4ae1-a27c-b454f4755880", "5c7ba65b-99bc-4e2d-81a4-eacedbfe367e" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.