It is currently not possible to send a request body with drino.delete():
drino.delete('https://example.com/api/projects', { id: 123 }).consume();
// Error or body is ignored
Expected:
drino.delete() should support passing a body just like post, put, and patch requests.
Version: drino 2.0.0