Availability:
:- use_module(library(http/http_client)).
DELETE
method on the server. Arguments are the
same as for http_get/3. Typically
one should pass the option
status_code(-Code)
to assess and evaluate the returned
status code. Without, codes other than 200 are interpreted as an error.
- See also
- Implemented on top of http_get/3.
- To be done
- Properly map the 201, 202 and 204 replies.