Produktly docs
UsersUserid

Delete an identified user

DELETE
/users/{userId}

Hard-deletes the identified user. Analytics events are kept (they reference the external ID as a plain string).

Authorization

BearerAuth
AuthorizationBearer <token>

Use an API key from the Produktly dashboard → Settings → API keys.

In: header

Path Parameters

userId*string

The user's external ID — the same value you pass to window.Produktly.identifyUser(). URL-encode it.

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/users/string"
Empty