Delete user ☠️

This endpoint allows you delete a user in the event that a user deactivates their account on your platform.

Endpoint

DELETE

https://api.thepeer.co/users/{{USER_REFERENCE}}
URL ParameterDescription
{{USER_REFERENCE}}the reference returned when the user was indexed

Sample response

{
"message": "user deleted"
}

💡

You will still be able to view a deleted user's transactions on your dashboard and via the API.