Real Estate Real Data

All your real estate under one roof

View the Project on GitHub nikitaapraj/property-manager

Delete a user

Delete a user from the database.

URL

DELETE {base_url}/users/{id}

Parameters

id: Integer. Unique identifier of the user.

Example

Request

http://localhost:3000/users/3

Response

The user is deleted from the database.