security.applicationUserRemoveAllTags
Removes all tags for an user in an application. Returns a boolean value depending on the outcome.
js
security.applicationUserRemoveAllTags(applicationId, userId)
Parameters
applicationId
` Identifier of the activity.userId
` Identifier of the user (Integer).
Example
js
let bool = security.applicationUserRemoveAllTags("MyActivityId", 1);