top of page
Postman
​
​
Download And Install Postman On Windows
​
​
Create A New Request(GET) In Postman
​
​
​
​
​
​
DELETE Request In Postman
​
​
What Is The POST Request In Postman ?
​
To delete an existing entry in RESTful web service,we use http DELETE method.
​
Steps :
-
Create a new request.
-
Select DELETE method.
-
Enter baseurl and pass user id with the base url using '/'.
http://localhost:8080/msg/webapi/userProfiles/Elsa Profile​
-
Save it and Send.
​​
Example :
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
Output :
​
​
​
​
​
​
​
bottom of page