waitUntilVariantStoreDeleted
suspend fun OmicsClient.waitUntilVariantStoreDeleted(request: GetVariantStoreRequest, retryStrategy: RetryStrategy? = null): Outcome<GetVariantStoreResponse>
suspend fun OmicsClient.waitUntilVariantStoreDeleted(block: GetVariantStoreRequest.Builder.() -> Unit): Outcome<GetVariantStoreResponse>
Wait until a variant store is deleted.