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:
[ "cd242468-5844-4288-af39-8a41d40fbbed", "f955fe73-ab9e-48fc-8b96-d454cf968341" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.