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:
[ "8daf729f-6488-4f29-a9ab-6681c8610d20", "5b5adc75-0e66-4093-840b-fec061711987" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.