v1

latestOpenAPI 3.1.02026-07-2419603.1 MB
Data Activation

Delete profile by identifier

Delete a profile by its identifier. The profile can be identified by id, cookie_id, or user_id. This operation permanently removes the profile and all associated data from the system. Requires manage permission.

delete/api/cdp/v3/profiles/apps/{app_id}/profiles/{identifier_type}/{identifier_value}

Path parameters

app_idstring uuid required

ID of the app.

Example:3929d56c-cd62-4001-a4fc-013f5f954691
identifier_type'id' | 'cookie_id' | 'user_id' required

Type of identifier used to locate the profile

identifier_valuestring required
Example:3a0133748b3e524c

Value of the identifier

Response

Profile successfully deleted