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:
[ "3de88905-356b-458c-a43f-3323636b69b6", "e829da4f-5053-4840-bf2c-938c263c4bfd" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.