Removes a gallery and all included subjects.
remove_gallery(gallery)
gallery | The name of the gallery to be removed. |
---|
nothing.
#># enroll finn_image <- 'https://upload.wikimedia.org/wikipedia/en/2/2a/Finn-Force_Awakens_%282015%29.png' finn_enroll <- enroll(image = finn_image, subject_id = 'finn', gallery = 'starwars')#> Error: API did not return json# remove gallery remove_gallery(gallery = 'starwars')#> Error: lexical error: invalid char in json text. #> Authentication failed #> (right here) ------^