Communicating with RESTful APIs:
*
Using REST with PowerShell to Delete items
Identify the item that is to be deleted and delete it:
Invoke-RestMethod -Method Delete -Uri "http://jsonplaceholder.typicode.com/posts/1"