deleteStore

expect fun deleteStore(storeId: String)

Deletes a Store by given Store ID.

Parameters

storeId

ID of the Store to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun deleteStore(storeId: String)

Deletes a Store by given Store ID.

Parameters

storeId

ID of the Store to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun deleteStore(storeId: String)

Deletes a Store by given Store ID.

Parameters

storeId

ID of the Store to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception