Delete.bru 192 B

12345678910111213141516171819
  1. meta {
  2. name: Delete
  3. type: http
  4. seq: 5
  5. }
  6. delete {
  7. url: http://localhost:8000/api/transaction/:id
  8. body: none
  9. auth: inherit
  10. }
  11. params:path {
  12. id:
  13. }
  14. settings {
  15. encodeUrl: true
  16. }