Amazon.Rekognition.AmazonRekognitionClient.DeleteFaces C# (CSharp) Method

DeleteFaces() public method

Deletes faces from a collection. You specify a collection ID and an array of face IDs to remove from the collection.

This operation requires permissions to perform the rekognition:DeleteFaces action.

/// You are not authorized to perform the action. /// /// Amazon Rekognition experienced a service issue. Try your call again. /// /// Input parameter violated a constraint. Validate your parameter before calling the /// API again. /// /// The number of requests exceeded your throughput limit. If you want to increase this /// limit, contact Amazon Rekognition. /// /// Collection specified in the request is not found. /// /// Amazon Rekognition is temporarily unable to process the request. Try your call again. ///
public DeleteFaces ( DeleteFacesRequest request ) : DeleteFacesResponse
request Amazon.Rekognition.Model.DeleteFacesRequest Container for the necessary parameters to execute the DeleteFaces service method.
return Amazon.Rekognition.Model.DeleteFacesResponse
        public DeleteFacesResponse DeleteFaces(DeleteFacesRequest request)
        {
            var marshaller = new DeleteFacesRequestMarshaller();
            var unmarshaller = DeleteFacesResponseUnmarshaller.Instance;

            return Invoke<DeleteFacesRequest,DeleteFacesResponse>(request, marshaller, unmarshaller);
        }