Skip to content

Delete Sequence Store

omics_delete_sequence_store R Documentation

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

Description

Deletes a sequence store and returns a response with no body if the operation is successful. You can only delete a sequence store when it does not contain any read sets.

Use the batch_delete_read_set API operation to ensure that all read sets in the sequence store are deleted. When a sequence store is deleted, all tags associated with the store are also deleted.

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

Usage

omics_delete_sequence_store(id)

Arguments

id

[required] The sequence store's ID.

Value

An empty list.

Request syntax

svc$delete_sequence_store(
  id = "string"
)