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:
[ "641840e8-df35-469b-94fa-385ad757e2e8", "839c4c0b-7035-43dd-ad55-4bd88bde39c7" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.