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..


Previous SQL Table 


Delete id 4


New SQL Table - (id 4 deleted)

Comments

Popular posts from this blog

INDEX OF Zeek Spring Boot