ImMPrada / our-memories-monolith

0 stars 0 forks source link

Posts#destroy endpoint #41

Closed mapra99 closed 3 years ago

mapra99 commented 3 years ago

Closes #36

curl -X DELETE \
  http://localhost:3000/api/posts/<POST ID> \
  -H 'cache-control: no-cache' \
  -H 'content-type: application/json' \
  -H 'x-csrf-token: <CSRF TOKEN>'