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:
[ "07327443-e7dd-476c-aee8-4a14b5bebeb3", "1d142e08-5d19-467a-bab7-91b16a8b532a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.