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:
[ "1e8d1612-ad0e-401d-bd14-b3970a122d8c", "11ce8818-8d84-4181-9fb6-132f704d372b" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.