Merge branch 'master' of git.curoverse.com:arvados into 11876-r-sdk
[arvados.git] / sdk / R / man / collection_delete.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{collection_delete}
4 \alias{collection_delete}
5 \title{collection_delete}
6 \description{
7 Delete Arvados collection
8
9 Delete Arvados collection
10 }
11 \section{Fields}{
12
13 \describe{
14 \item{\code{uuid}}{UUID of the collection we want to delete.}
15
16 \item{\code{uuid}}{UUID of the collection we want to delete.}
17 }}
18
19 \examples{
20 arv = Arvados("token", "host_name")
21 arv$collection_delete(uuid = "aaaaa-bbbbb-ccccccccccccccc")
22 arv = Arvados("token", "host_name")
23 arv$collection_delete(uuid = "aaaaa-bbbbb-ccccccccccccccc")
24 }