Skip to main content
PATCH
/
objects
/
associations
/
{objectAssociationId}
Patch Object Association
curl --request PATCH \
  --url https://api.example.com/objects/associations/{objectAssociationId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

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

objectAssociationId
string
required

ID of association definition to delete

Pattern: ^[0-9]*$

Body

application/json

Definition of an association

name
string
object1
object
object2
object

Response

No content

The response is of type No Properties · object.