Hide Profile data and Sections
Hiding is Apsis's way of removing things from the interface without deleting any data. You can hide a whole Section or individual data-model items (Attributes, Tags, Custom Events). Hidden things stop appearing in lists, dropdowns, and editors — but they continue to exist in the database, and any active activities, integrations, and API calls keep functioning.
💡 Hiding is not deleting
Hiding only changes what's visible in the Apsis interface. Profile data tied to a hidden Section or Attribute is preserved. Already-sent emails, scheduled flows, active forms, and API integrations all keep running. If you actually want to delete data, that's a separate (and currently limited) capability — see Edit, Delete & GDPR options.
In this article
What you can hide
What | Where you hide it | Reversible? |
Section | Account settings → Sections tab → eye icon on the Section card | ✅ Yes — unhide from the Hidden Sections area |
Custom Attribute | Account settings → Section → Data Model → Attributes | ❌ No — once hidden, gone from the Data Model interface |
Tag | Account settings → Section → Data Model → Tags | ❌ No — once hidden, gone from the Data Model interface |
Custom Event | Account settings → Section → Data Model → Custom Events | ❌ No — once hidden, gone from the Data Model interface |
What's reversible vs. permanent
This is the part of hiding that catches people out, so it deserves a section of its own.
🚨 Hidden Attributes, Tags, and Custom Events cannot be unhidden
Sections you can hide and bring back freely. Items in the Data Model — Attributes, Tags, Custom Events — are different: once hidden, you cannot unhide them. The only way to "get them back" is to create a new one with a similar name and recreate any logic that depended on it. Underlying historical data isn't lost, but it's no longer accessible through new Segments or activities.
⚠️ How to think about hiding Data Model items
Treat hiding an Attribute / Tag / Custom Event as roughly equivalent to deleting from a future-use perspective. Do it only when:
You're certain you'll never need to add the item to a new Segment or activity.
You've migrated any data dependencies elsewhere first.
The clutter cost of leaving it visible is genuinely worth the irreversibility.
When in doubt, leave it visible. The Data Model can hold a lot of unused entries without performance impact.
How to hide a Section, Attribute, Tag, or Custom Event
The mechanic is the same in each case — you click an eye icon on the item you want to hide.
Hide a Section
Go to Account settings → Sections.
Locate the Section card and click the eye icon on the right side.
The Section moves to the Hidden Sections area below.
Unhide a Section
Expand the Hidden Sections area at the bottom of the Sections tab.
Click the eye icon on the hidden Section to restore it.
Hide an Attribute, Tag, or Custom Event
Go to Account settings → Section → Data Model.
Choose the relevant tab — Attributes, Tags, or Custom Events.
Find the item you want to hide and click its eye icon.
Confirm in the dialog. The item is now hidden permanently.
What hiding does (effect by effect)
Hiding is selective — it removes things from the configuration interface but leaves operational behaviour mostly intact. Here's the detailed breakdown:
Marketing Automation flows
Flows that listen for, check, or update hidden Profile data continue to work as before. The flow doesn't break just because the Attribute or Event is hidden from the Data Model interface.
Email and SMS sendings
Sendings continue on schedule. If an email contains a Data Tag for a hidden Attribute, the tag still renders the Attribute value at send time — but in the Email Preview, you'll see the Attribute ID instead of its friendly name. Segmentation and tag-based filtering on hidden data still work for already-configured sendings.
Templates and Assets
Templates and Assets are account-wide (not per Section) and continue to function. Data Tags pointing at hidden Attributes show the Attribute ID in Preview but render the actual value at send time.
Forms & Pages
Forms keep collecting Profile data. If a Section is hidden, active Forms within it continue to receive submissions and add Profile data — visitors aren't aware the Section was hidden internally.
API access
The Apsis One API is unaffected by hiding. Calls to hidden Sections or hidden Profile data continue to work exactly as before. There is currently no way to restrict the API in a way that hidden sections or profile data is not accessible. Ensure you update the section discriminator in any integration.
Segments
Segments containing hidden Profile data keep functioning — the hidden Attribute, Tag, or Event stays in the Segment's conditions. But you cannot add hidden data to new Segment conditions. And critically: if you remove a condition that uses a hidden Attribute, you can't add it back.
⚠️ Don't edit Segments that depend on hidden data
Once you hide an Attribute used in a Segment, that Segment becomes "frozen" with respect to that condition — touching it (especially removing it) is a one-way change. If the Segment matters, leave it alone after hiding.
Hidden Sections — Profiles spanning multiple Sections
If a Profile has data in multiple Sections and you hide one of those Sections, only the data tied to the hidden Section disappears from the Profile view. The Profile itself stays visible, with its data from other Sections intact.
Hidden Sections — activities
All activities (Marketing Automation flows, scheduled emails, active forms, sent campaigns) belonging to a hidden Section continue to run. Reports stay available. They appear on each tool's Start Page with a hidden icon next to the title.
File Import Wizard
One subtle gotcha: when working with the File Import Wizard, you cannot apply hidden Tags to Profiles based on a column value when that hidden Tag has already been applied to Profiles before. New Tag values from the column rows will be created and applied as fresh tags.
A note on locking Profiles (only via API)
🚨 Locking Profiles is permanent and blocks future re-subscription
Locking a Profile is a separate (and harsher) operation than hiding. A locked Profile cannot be unlocked, and locking blocks anyone with that email or mobile number from ever opting back in to your communications — even if they want to. Use it only when strictly necessary (e.g. legally mandated suppression). For most "I want to stop talking to this person" cases, an opt-out or unsubscribe is more appropriate.
Locking is mentioned here because it's often confused with hiding — but they're very different. Hiding affects what you see in the platform; locking affects whether a real person can ever subscribe to you again.
Troubleshooting
Issue | Likely cause | Fix |
Hidden an Attribute by mistake — how do I get it back? | Hidden Attributes, Tags, and Custom Events can't be unhidden. | Create a new one with a similar name. You'll need to migrate or recreate any segmentation, automation, or template logic that depended on the original. Historical data on Profiles isn't lost but isn't accessible to new Segments. |
Email Preview shows an Attribute ID instead of a friendly name | The Attribute referenced in the Data Tag has been hidden. | The Data Tag still works for recipients — they see the actual value. The display change is internal only. To clean up the email, replace the hidden Data Tag with a current one. |
Forms in a hidden Section are still collecting submissions | Hiding a Section doesn't stop active Forms. | If you want submissions to stop, deactivate the form itself — not the Section. |
Want to clean up unused Data Model items | Hiding is irreversible for Data Model items. | Be cautious. Audit usage first (Segments, automations, templates). When in doubt, leave items visible — clutter is preferable to losing the ability to use a name again. |
API still pulling data from a hidden Section | Hiding doesn't change API access. | Update the section discriminator in the API integration. See API management. |
What's next?
About Sections — The full picture on Sections, including hiding from the Sections tab.
Data model — Where Attributes, Tags, and Custom Events are configured.
Edit, Delete & GDPR options — How to actually delete Profile data when needed, including GDPR requests.
API management — How API keys interact with hidden Sections (they don't honour the hide).