Skip to main content
DELETE
/
api
/
v2
/
opportunity
/
{opportunity_id}
/
relationship
/
contacts
/
{target_id}
Remove an opportunity↔contact relationship edge
curl --request DELETE \
  --url https://api.example.com/api/v2/opportunity/{opportunity_id}/relationship/contacts/{target_id} \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 123,
  "error_type": "<string>",
  "code": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Reevo API key passed as Authorization: Bearer <api-key>.

Path Parameters

opportunity_id
string<uuid>
required
target_id
string<uuid>
required

Response

Successful Response