Destroy a profile box item.
#include "bbmsp/bbmsp_user_profile_box.h"
BBMSP_API bbmsp_result_t bbmsp_user_profile_box_item_destroy(bbmsp_user_profile_box_item_t **item)
BlackBerry 10.0.0
A pointer to the item in the profile box to destroy.
Destroys this profile box item and frees up the associated memory. Does not change the user's BBM profile box.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.