|
pure virtual |
Deletes an entry in the keystore by its global unique identifer.
Use this function to delete links as well as other keystore entries.
| pUUID | [ in ] There can only be one item associated with the globally unique identifer. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to initialize was not made before this call. |
| P6R::eNotFound | There is no keystore entry associated with the UUID parameter. | |
| P6R::eInvalidState | A successful call to open() was not made before this call. |