View source: R/rekognition_operations.R
rekognition_delete_user | R Documentation |
Deletes the specified UserID within the collection. Faces that are associated with the UserID are disassociated from the UserID before deleting the specified UserID. If the specified Collection
or UserID
is already deleted or not found, a ResourceNotFoundException
will be thrown. If the action is successful with a 200 response, an empty HTTP body is returned.
See https://www.paws-r-sdk.com/docs/rekognition_delete_user/ for full documentation.
rekognition_delete_user(CollectionId, UserId, ClientRequestToken = NULL)
CollectionId |
[required] The ID of an existing collection from which the UserID needs to be deleted. |
UserId |
[required] ID for the UserID to be deleted. |
ClientRequestToken |
Idempotent token used to identify the request to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.