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:
[ "af561d3b-61b1-4421-8e31-d2bdc430bdbc", "5b3ec268-0b15-4752-962b-3f187e8da499" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.