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:
[ "8341e7bc-8f0b-40de-b0eb-4aa2b0a0c1dd", "361b9f26-51ea-4df1-8c36-245ea6de82ec" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.