Is there a way to remove Profile Attribute / Profile Script Attribute? | Community
Skip to main content
Level 2
May 28, 2018
Solved

Is there a way to remove Profile Attribute / Profile Script Attribute?

  • May 28, 2018
  • 2 replies
  • 3293 views

I am looking for a way to remove a Profile Attribute / Profile Script Attribute for a User whose profile is not yet expired. Is there a way to do this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by mm40404

If you want to do this via an offer, you could reset the profile attribute to an empty string:

adobe.target.trackEvent({

'mbox': 'YOUR-MBOX',

        'params': {

          'profile.YOUR-ATTRIBUTE': ''

}

});

Note that this does not remove the parameter but resets/removes the parameter value.

2 replies

mm40404Accepted solution
August 16, 2018

If you want to do this via an offer, you could reset the profile attribute to an empty string:

adobe.target.trackEvent({

'mbox': 'YOUR-MBOX',

        'params': {

          'profile.YOUR-ATTRIBUTE': ''

}

});

Note that this does not remove the parameter but resets/removes the parameter value.

Adobe Employee
May 15, 2019

This is an enhancement request around this issue here:

Delete profile attributes