Skip to main content
POST
Unlink Contacts from Opportunity

Path Parameters

opportunity_id
string<uuid>
required

Body

application/json

Request body for linking or unlinking contacts on an opportunity.

contact_ids
string<uuid>[]
required

Contact IDs to link or unlink. At most 500 ids. MCP/LLM callers may pass a JSON-stringified array.

Required array length: 1 - 500 elements

Response

Successful Response

data
OpportunityContactsMutationResponse · object
required

Result of linking or unlinking contacts on an opportunity.

meta
ResponseMeta · object