Permanently remove an credential from Credential Manager.
#include <sys/credential/credential_store.h>
int credential_delete(credential_t *cred)
BlackBerry 10.3.1
The credential you wish to permanently remove.
This function deletes the credential from Credential Manager's storage.
This function does not release in-memory credential structure.
0 if operation was successful, error code otherwise.