removeTag

Remove a tag from the device's registration.

MCCordovaPlugin.removeTag(tag, [successCallback], [errorCallback])

Static method of MCCordovaPlugin.

ParameterTypeDescription
tagstringThe tag to be removed from the list of tags in the registration.
successCallbackfunction
successCallback.savedbooleanWhether the value passed in for tag was cleared from the registration.
errorCallbackfunction