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:
[ "5bc5e669-8bd4-48ed-af6c-e84a88bb7f4a", "623bbeac-bf46-46ca-b931-be05150deac6" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.