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:
[ "3572d74a-47d6-4e14-8f00-dc6b1a308792", "94b76020-3607-4404-974b-cb40fb1df0ad" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.