Availability:
:- use_module(library(http/http_dispatch)).
- id(Id)
- Delete a handler with the given id. The default id is the handler-predicate-name.
- path(Path)
- Delete handler that serves the given path.
:- use_module(library(http/http_dispatch)).