Unmapping Request
POST https://api.amplitude.com/usermap?mapping=[{"user_id":"<USER_ID", "unmap": true}]&api_key={{api_key}}
Unmaps a user ID to any associated global ID. You can unmap a single user ID per JSON mapping object.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
mapping | string | Required. Must include a user_id to unmap and and the unmap parameter set to true . | |
api_key | string |
RESPONSES
status: OK
"success"