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:
[ "43376fe3-601e-4398-bc02-7cf1cdcc41ae", "31438434-4205-4df5-9b02-6a67d0157dfb" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.