Remove the specified key from the card.
#include <smartcard/sc_smart_card.h>
sc_response_code_t sc_remove_key(sc_context_t *context,
const sc_key_store_data_t *key_store_data)
BlackBerry 10.3.1
The active smart card context. Must not be NULL.
The instance of the key store data that identifies the key on the card to be removed. Must not be NULL.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.