Values.DeleteAssetModelInterfaceRelationshipRequestSourceDeletes an interface relationship between an asset model and an interface asset model.
type nonrec t = {assetModelId : CustomID.t;The ID of the asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.
*)interfaceAssetModelId : CustomID.t;The ID of the interface asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.
*)clientToken : ClientToken.t option;A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
*)}val make :
?clientToken:??? ->
assetModelId:CustomID.t ->
interfaceAssetModelId:CustomID.t ->
unit ->
t