deleteComponentsByIdsJava

@JvmName(name = "deleteComponentsByIds")
fun deleteComponentsByIdsJava(vararg ids: Int): <Error class: unknown class>(source)
@JvmName(name = "deleteComponentsByIds")
fun deleteComponentsByIdsJava(ids: Collection<Int>): <Error class: unknown class>(source)

Removes the component data stored by the framework of the provided components.

Further button clicks will be rejected, timeouts will be canceled, and components from the same group will also be deleted according to the timeout documentation.