28- Using POSTMAN to Delete your REST API by ID
Steps taken to Update your REST API by ID
1- Open POSTMAN API.
2- Choose the method you want to execute(DELETE).
3- Write your URL Path " http://localhost:8080/api/employees/4"
4- Choose the format which you are submitting data in my case is body-> raw -> json
5- Submit and wait for Response..
Comments
Post a Comment