credential_delete()

Permanently remove an credential from Credential Manager.

Synopsis:

#include <sys/credential/credential_store.h>
 
int credential_delete(credential_t *cred)

Since:

BlackBerry 10.3.1

Arguments:

cred

The credential you wish to permanently remove.

Library:

libcredential (For the qcc command, use the -l bps option to link against this library)

Description:

This function deletes the credential from Credential Manager's storage.

This function does not release in-memory credential structure.

Returns:

0 if operation was successful, error code otherwise.