Remove a relationship between Assets.

Remove a relationship between a primary Asset and one or more secondary Assets. Specify the primary Asset Object ID as a path parameter. Specify the secondary Asset Object IDs and Link Types as an array in the request body.

The user requesting the Asset relationships must have view access to both the primary Asset and the related Assets in order to relationships and the related Assets.

SecurityApiKeyAuth or BasicAuth
Request
path Parameters
id
required
string

Asset object ID

header Parameters
X-API-Key
required
string

Customer-specific API key required to invoke API.

Authorization
required
string

Provided by Authentication Token creation operation

AccessToken
required
string

JWT token provided by Authentication Token creation operation.

Request Body schema: application/json
required

The Request Body is a JSON object.

Array of objects (RelationshipDeleteRequest_secondaryIds)
Responses
200

Successful operation with relationshipId

400

Invalid JSON request object.

401

Unauthorized. Missing Authorization or AccessToken or expired token

403

Forbidden. Missing X-API-key

patch/asset/{id}/link
Request samples
application/json
{
  • "secondaryIds": [
    ]
}
Response samples
application/json
[
  • {
    }
]