Deletes the specified collection
Deletes the specified collection. Note that this operation removes all faces in the collection. For an example, see delete-collection-procedure.
This operation requires permissions to perform the
rekognition:DeleteCollection
action.
rekognition_delete_collection(CollectionId)
CollectionId |
[required] ID of the collection to delete. |
A list with the following syntax:
list( StatusCode = 123 )
svc$delete_collection( CollectionId = "string" )
## Not run: # This operation deletes a Rekognition collection. svc$delete_collection( CollectionId = "myphotos" ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.