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

KeyDatatypeRequiredDescription
mappingstringRequired. Must include a user_id to unmap and and the unmap parameter set to true.
api_keystring

RESPONSES

status: OK

"success"