Skip to main content

system.kanoa.quality.config.deleteDataSource(attributeDataSourceId, userId)

Deletes an attribute datasource. FK constraints will prevent the deletion of an attribute data source that is being used.


Parameters

attributeDataSourceId Integer: Id of attributeDataSource to delete
userId Integer


Returns

# of records modified Integer
msg String None if success


Example

attributeDataSourceId = 67
userId = 5
retVal, msg = system.kanoa.quality.config.deleteDataSource(attributeDataSourceId, userId)