Delete Annotation Store
omics_delete_annotation_store | R Documentation |
Deletes an annotation store¶
Description¶
Deletes an annotation store.
Usage¶
omics_delete_annotation_store(name, force)
Arguments¶
name |
[required] The store's name. |
force |
Whether to force deletion. |
Value¶
A list with the following syntax:
list(
status = "CREATING"|"UPDATING"|"DELETING"|"ACTIVE"|"FAILED"
)
Request syntax¶
svc$delete_annotation_store(
name = "string",
force = TRUE|FALSE
)