Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rekognition_delete_collection

Deletes the specified collection


Description

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.

Usage

rekognition_delete_collection(CollectionId)

Arguments

CollectionId

[required] ID of the collection to delete.

Value

A list with the following syntax:

list(
  StatusCode = 123
)

Request syntax

svc$delete_collection(
  CollectionId = "string"
)

Examples

## Not run: 
# This operation deletes a Rekognition collection.
svc$delete_collection(
  CollectionId = "myphotos"
)

## End(Not run)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.