-  http_delete_handler(+Spec) is det
 - Delete handler for Spec. Typically, this should only be used for
handlers that are registered dynamically. Spec is one of:
- 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.