Playground biometrics demo BioID home page

SOAP Method DeleteClass

Deletes a class from the storage.

[OperationContract]
[FaultContract(typeof(BioIDWebServiceFault)]
bool DeleteClass(BiometricClassID classId);

  • Parameters

  • classId
    The BiometricClassID of the class, that shall be deleted.

Response

Returns true when the given classId existed and has been deleted, false otherwise.

Remarks

All entries associated with the given classId are deleted from the storage. When this class does not exist,  false is returned, otherwise true, indicating, that the class has been deleted. This deletion cannot be undone!

Faults

  • InvalidArgument
    No classId has been transmitted.
  • AccessDenied
    Access to the requested service operation has been denied. Please ensure that you have specified a valid classId and you use use a valid client authentication certificate and that this certificate has been announced to BioID GmbH as your client certificate.