Delete user profiles
Deletes one or more user profiles based on Primary IDs or UCIDs. Supports bulk deletion up to 400 profiles. Requires API Key or Okta JWT authentication.
Documentation Index
Fetch the complete documentation index at: https://docs.zeotap.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Long-lasting client key
Headers
Comma-separated list of granted scopes.
Allowed values: profile.read, profile.write, profile.delete
"profile.read,profile.write,profile.delete"
Zeotap organisation ID. Required when using Okta JWT authentication.
1577
Body
Organisation identifier
1539
Region code to scope the deletion
"EU"
Map containing exactly ONE identifier type with an array of values to delete. Supports up to 400 IDs per API call.
{
"AdId": ["ddd682ec-bbe9-4705-bb02-3b9eacaf93bf"]
}Whether to trigger an email notification upon deletion.