Sample Rest APIs | DELETE Method
Delete an Employee
Method : DELETE
URL : https://samplewebservices1.herokuapp.com/employees?name=Robin&city=London&id=4
Input sample :{ "name" : "Robin", "city" : "London", "id" : "4" }
JSON Input :
Sample test APIs on :
Delete an Employee
Method : DELETE
URL : https://samplewebservices1.herokuapp.com/employees?name=Robin&city=London&id=4
Input sample :{ "name" : "Robin", "city" : "London", "id" : "4" }
JSON Input :
Sample test APIs on :
No comments:
Post a Comment
If you have any doubt, please let me know