1

I what to do is to make a DELETE request using dispatch. I know how to use it in POST and GET, but it seems that I can't find samples on how to use DELETE?

Urist McDev
  • 498
  • 3
  • 14
jeypijeypi
  • 373
  • 1
  • 4
  • 12

1 Answers1

1
:/("www.scala-lang.org").DELETE

where :/ constructs new request. Some code snippets are available here, just to help you get started.

ffriend
  • 27,562
  • 13
  • 91
  • 132