deleteEntry

expect fun deleteEntry(kvdbId: String, key: String)

Deletes a KVDB entry by given KVDB entry ID.

Parameters

kvdbId

KVDB ID of the KVDB entry to delete

key

key of the KVDB entry to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual fun deleteEntry(kvdbId: String, key: String)

Deletes a KVDB entry by given KVDB entry ID.

Parameters

kvdbId

KVDB ID of the KVDB entry to delete

key

key of the KVDB entry to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual external fun deleteEntry(kvdbId: String, key: String)

Deletes a KVDB entry by given KVDB entry ID.

Parameters

kvdbId

KVDB ID of the KVDB entry to delete

key

key of the KVDB entry to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.