Skip to main content
DELETE
/
associations
/
{record1Id}
/
{record2Id}
/
associate
/
{objectAssociationId}
Delete Record Association
curl --request DELETE \
  --url https://api.example.com/associations/{record1Id}/{record2Id}/associate/{objectAssociationId}
{}

Documentation Index

Fetch the complete documentation index at: https://docs.unifiedcrm.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

record1Id
string
required

Unique system identifier for SDRecords

Pattern: ^[0-9]*$
record2Id
string
required

Unique system identifier for SDRecords

Pattern: ^[0-9]*$
objectAssociationId
string
required

Unique system identifier

Pattern: ^[0-9]*$

Response

No content

The response is of type No Properties · object.