##====================================
##Delete Raster Attribute Table
import arcpy
arcpy.env.workspace = "C:/Workspace"
##Delete the attribute table of single band image if exist
arcpy.management.DeleteRasterAttributeTable("image.tif")
##====================================
##Delete Raster Attribute Table
import arcpy
arcpy.env.workspace = "C:/Workspace"
##Delete the attribute table of single band image if exist
arcpy.management.DeleteRasterAttributeTable("image.tif")