Destroy a user profile.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_destroy(bbmsp_profile_t **profile)
BlackBerry 10.0.0
A pointer to the profile to destroy.
Destroys a user profile and frees up the associated memory.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.