I was trying a simple create EHR → delete EHR workflow for testing purposes, using all default configuration in a fresh EHRBase 2.0 installation using the orders in the installation tutorial (so no security).
I created an EHR with the following code based on the client example and then I tried to delete it with the admin API
However, the server returns a 404 for the delete operation
Is it possible to activate admin mode with a parameter when loading the docker image? Does admin mode have a prerequisite of having some kind of security other than “None”?