Using REST with PowerShell to Delete items

suggest change

Identify the item that is to be deleted and delete it:

Invoke-RestMethod -Method Delete -Uri "http://jsonplaceholder.typicode.com/posts/1"

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents