Record delete requests (UI Workflow) record-delete
Use the Data Lifecycle workspace to delete records in ÃÛ¶¹ÊÓÆµ Experience Platform based on their primary identities. These records can be tied to individual consumers or any other entity that is included in the identity graph.
Prerequisites prerequisites
Deleting records requires a working understanding of how identity fields function in Experience Platform. Specifically, you must know the identity namespace values of the entities whose records you want to delete, depending on the dataset (or datasets) you are deleting them from.
Refer to the following documentation for more information on identities in Experience Platform:
- ÃÛ¶¹ÊÓÆµ Experience Platform Identity Service: Bridges identities across devices and systems, linking datasets together based on the identity fields defined by the XDM schemas they conform to.
- Identity namespaces: Identity namespaces define the different types of identity information that can relate to a single person, and are a required component for each identity field.
- Real-Time Customer Profile: Uses identity graphs to provide unified consumer profiles based on aggregated data from multiple sources, updated in near-real-time.
- Experience Data Model (XDM): Provides standard definitions and structures for Experience Platform data through the use of schemas. All Experience Platform datasets conform to a specific XDM schema, and the schema defines which fields are identities.
- Identity fields: Learn how an identity field is defined in an XDM schema.
Create a request create-request
To start the process, select Data Lifecycle in the left navigation of the Experience Platform UI. The Data lifecycle requests workspace appears. Next, select Create request from the main page in the workspace.
The request creation workflow appears. By default, the Delete record option is selected under the Requested Action section. Leave this option selected.
Select datasets select-dataset
The next step is to determine whether you want to delete records from a single dataset or all datasets. Depending on your organization’s configuration, the dataset selection option may not be available. If you do not see this option, continue to the Provide identities section of the guide.
In the Record Details section, select a radio button to choose either a specific dataset or all datasets.
To delete from a specific dataset, select Select dataset, then select the database icon (
To delete from all datasets, select All datasets. This option increases the scope of the operation and requires you to provide all relevant identity types.
Each dataset in Experience Platform supports only one primary identity type.
- When deleting from a single dataset, all identities in your request must use the same type.
- When deleting from all datasets, you can include multiple identity types, since different datasets may rely on different primary identities."
Provide identities provide-identities
When deleting records, you must provide identity information so the system can determine which records are to be deleted. For any dataset in Experience Platform, records are deleted based on the identity namespace field that is defined by the dataset’s schema.
Like all identity fields in Experience Platform, an identity namespace is composed of two things: a type (sometimes referred to as an identity namespace) and a value. The identity type provides context as to how the field identifies a record (such as an email address). The value represents a record’s specific identity for that type (for example, jdoe@example.com
for the email
identity type). Common fields used as identities include account information, device IDs, and cookie IDs.

There are two options to provide identities when deleting records:
Upload a JSON file upload-json
To upload a JSON file, you can drag and drop the file into the provided area, or select Choose files to browse and select from your local directory.
The JSON file must be formatted as an array of objects, each object representing an identity.
[
{
"namespaceCode": "email",
"value": "jdoe@example.com"
},
{
"namespaceCode": "email",
"value": "san.gray@example.com"
}
]
namespaceCode
value
Once the file is uploaded, you can continue to submit the request.
Manually enter identities manual-identity
To enter identities manually, select Add identity.
Controls appear that allow you to enter identities one at a time. Under identity namespace, use the dropdown menu to select the identity type. Under Primary Identity Value, provide the identity namespace value for the record.
To add more identities, select the plus icon (
Quotas and processing timelines quotas
Record Delete requests are subject to daily and monthly identifier submission limits, determined by your organization’s license entitlement. These limits apply to both UI- and API-based delete requests.
Monthly submission entitlement by product quota-limits
The table below outlines identifier submission limits by product and entitlement level. For each product, the monthly cap is the lesser of two values: a fixed identifier ceiling or a percentage-based threshold tied to your licensed data volume.
Quotas reset on the first day of each calendar month. Unused quota does not carry over.
Processing timelines for identifier submissions sla-processing-timelines
After submission, record delete requests are queued and processed based on your entitlement level.
If your organization requires higher limits, contact your ÃÛ¶¹ÊÓÆµ representative for an entitlement review.
Submit the request submit
Once you have finished adding identities to the request, under Request settings, provide a name and optional description for the request before selecting Submit.
A Confirm request dialog appears to indicate that the identities cannot be recovered once deleted. Select Submit to confirm the list of identities whose data you want to delete.
After the request is submitted, a work order is created and appears on the Record tab of the Data Lifecycle workspace. From here, you can monitor the work order’s status as it processes the request.
Next steps
This document covered how to delete records in the Experience Platform UI. For information on how to perform other data lifecycle management tasks in the UI, refer to the Data Lifecycle UI overview.
To learn how to delete records using the Data Hygiene API, refer to the work order endpoint guide.