Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The issue is that the API itself is, I assume, badly designed.

Equivalent delete queries in rest / graphql would be

  curl -X DELETE 'https://api.example.com/users/123'
vs

  curl 'https://api.example.com/graphql?query={ deleteUser(id: 123) { id } }'




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: