Batch Delete Read Set
omics_batch_delete_read_set | R Documentation |
Deletes one or more read sets¶
Description¶
Deletes one or more read sets.
Usage¶
omics_batch_delete_read_set(ids, sequenceStoreId)
Arguments¶
ids |
[required] The read sets' IDs. |
sequenceStoreId |
[required] The read sets' sequence store ID. |
Value¶
A list with the following syntax:
list(
errors = list(
list(
id = "string",
code = "string",
message = "string"
)
)
)
Request syntax¶
svc$batch_delete_read_set(
ids = list(
"string"
),
sequenceStoreId = "string"
)