deleteKvdb

expect fun deleteKvdb(kvdbId: String)

Deletes a KVDB by given KVDB ID.

Parameters

kvdbId

ID of the KVDB to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual fun deleteKvdb(kvdbId: String)

Deletes a KVDB by given KVDB ID.

Parameters

kvdbId

ID of the KVDB to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual external fun deleteKvdb(kvdbId: String)

Deletes a KVDB by given KVDB ID.

Parameters

kvdbId

ID of the KVDB to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.