Skip to main content

system.kanoa.attribute.deleteAttributeAssetLink

Description

Deletes an attribute asset link.

Syntax

deleteAttributeAssetLink(attributeAssetLinkId, userId)

Parameters:
  • attributeAssetLinkId (int): Attribute asset link ID
  • userId (int): User ID

  • Returns:
  • (int): Number of records modified
  • msg (string): Message indicating the result
  • Code Examples

    # Example usage
    attributeAssetLinkId = 67
    userId = 123
    modifiedRecords, msg = system.kanoa.attribute.deleteAttributeAssetLink(attributeAssetLinkId, userId)
    print(modifiedRecords, msg) # Print the number of modified records and message