delete

@Delete(value = "{/path:kv/.*}")
suspend fun delete(@PathVariable path: String?, request: HttpRequest<*>, @Body body: JsonRpcRequest): HttpResponse<String>