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:
[ "e0a236c0-688d-476f-aee3-f2497fcf6f41", "e85db6f1-34d7-4564-af9b-1c4189136b8f" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.