deleteRunCache
inline suspend fun OmicsClient.deleteRunCache(crossinline block: DeleteRunCacheRequest.Builder.() -> Unit): DeleteRunCacheResponse
Delete a run cache. This action removes the cache metadata stored in the service account, but doesn't delete the data in Amazon S3. You can access the cache data in Amazon S3, for inspection or to troubleshoot issues. You can remove old cache data using standard S3 Delete
operations.
For more information, see Deleting a run cache in the Amazon Web Services HealthOmics User Guide.