Submit user deletion requests for GDPR/CCPA compliance. Supports up to 100 users per request. Use when you need to delete user data from Amplitude in compliance with privacy regulations. Either amplitude_ids or user_ids must be provided.
user_idsarrayArray of string User IDs to delete (e.g., ['user_1', 'user_2']). Either amplitude_ids or user_ids must be provided. Maximum 100 users per request.
requesterRequiredstringEmail address of the person requesting deletion (for auditing). Must be a valid email format.
amplitude_idsarrayArray of numeric Amplitude IDs to delete (e.g., [123456, 789012]). Either amplitude_ids or user_ids must be provided. Maximum 100 users per request.
delete_from_orgbooleanIf true, deletes from entire organization instead of single project. Default false.
ignore_invalid_idstringMust be string 'True' or 'False' (capitalized). When 'True', API returns 200 even if IDs don't exist. When 'False' (default), returns 400 for invalid IDs.
include_mapped_user_idsbooleanIf true, returns valid user_id values corresponding to supplied amplitude_ids in the response.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.