Future<Response> deleteResource(String type, String id) => send(baseUri.resource(type, id), Request.delete());