Skip to main content
DELETE
Remove Custom Object Relationship

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

objectType
string
required

Custom object type in snake_case format (e.g., vehicle, building_info)

objectId
string<uuid>
required

Custom object identifier

fieldRefId
string
required

Relationship field reference ID from the configuration endpoint

targetId
string<uuid>
required

Target custom object identifier to link or unlink

Response

Relationship removed (or did not exist)

objectId
string<uuid>

The source custom object ID

fieldRefId
string

The relationship field reference ID

targetId
string<uuid>

The target entity ID

removed
boolean

true if the link was removed, false if it did not exist.