waitUntilComponentDeleted
suspend fun ProtonClient.waitUntilComponentDeleted(request: GetComponentRequest, retryStrategy: RetryStrategy? = null): Outcome<GetComponentResponse>
suspend fun ProtonClient.waitUntilComponentDeleted(block: GetComponentRequest.Builder.() -> Unit): Outcome<GetComponentResponse>
Wait until a Component is deleted. Use this after invoking DeleteComponent