DELETE api/opportunities/{id}/contacts
Remove one or more Contacts from an Opportunity.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
The list of Contact ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "4f67faa7-96ae-457f-b1d6-9bdd1a301116", "a1ae20df-defc-4fe3-adf6-3c95cdfe68c7" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.