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:
[ "cc33234a-0b19-43b2-9c2f-f931e4a8eefd", "d1fcee3a-d5b2-4b9c-bf88-75b199c9f666" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.