delete Metadata
Parameters
handler
Error callback, error null indicates operation success
Batch Delete open channel meta Data.
*Note:
val params = DeleteMetadataParams(
keys = listOf("key1", "key2"),
overwrite = true
)
openChannel.deleteMetadata(params) { error ->
if (error == null) {
if (error == null) {
}
}Content copied to clipboard
@param params Delete ParameterContent copied to clipboard