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:
[ "6aecb8d3-2c9a-4e12-897b-7bba295a0453", "ccec15f1-96fe-4304-b8ad-74c20e2c2cf5" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.