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:
[ "45cf028d-f96c-41e4-b3fa-388bd7b6bf7a", "14ad8b8d-7372-4015-9d94-749359ed9e2b" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.