Skip to content

Delete Reference Store

omics_delete_reference_store R Documentation

Deletes a reference store and returns a response with no body if the operation is successful

Description

Deletes a reference store and returns a response with no body if the operation is successful. You can only delete a reference store when it does not contain any reference genomes. To empty a reference store, use delete_reference.

For more information about your workflow status, see Deleting HealthOmics reference and sequence stores in the Amazon Web Services HealthOmics User Guide.

Usage

omics_delete_reference_store(id)

Arguments

id

[required] The store's ID.

Value

An empty list.

Request syntax

svc$delete_reference_store(
  id = "string"
)