Delete User
Delete User
This endpoint allows you to delete a user from your business.
Endpoint Delete
https://api.thepeer.co/users/{{USER_REFERENCE}}
Path Parameter
URL Parameter | Description | Required | Data type |
---|---|---|---|
USER_REFERENCE | The user’s reference — the one returned when the user was indexed. | true | String |
Sample response
{
"message": "user deleted"
}
- You will still be able to view a deleted user's transactions on your dashboard and via the API.