All your real estate under one roof
View the Project on GitHub nikitaapraj/property-manager
Delete a user from the database.
DELETE {base_url}/users/{id}
{base_url}/users/{id}
id: Integer. Unique identifier of the user.
id
http://localhost:3000/users/3
The user is deleted from the database.