Hi <@800502084980965417> I want to clear the test ...
# dev
a
Hi @reshma I want to clear the test data via app.medplum.com, but I get
Missing bundle entries
toasts. Is there a way to address this?
If it helps this is the response from the network call
Copy code
{
  "resourceType": "OperationOutcome",
  "issue": [
    {
      "severity": "error",
      "code": "invalid",
      "details": {
        "text": "Missing bundle entries"
      }
    }
  ],
  "extension": [
    {
      "url": "https://medplum.com/fhir/StructureDefinition/tracing",
      "extension": [
        {
          "url": "requestId",
          "valueId": "ce4c3270-8211-4bef-aef6-4ed6d42e0f24"
        },
        {
          "url": "traceId",
          "valueId": "1-67c6013f-544599f17f4873986af3ed41"
        }
      ]
    }
  ]
}
c
Hi @ajayvasisht_26977 - when you say "clear the test data", do you mean you want to delete those resources? Did the checkboxes and "Delete..." button work for you?
a
right I tried to click the button and the screenshot is what results
ah i hadn't clicked the checkboxes assuming the delete button would bulk delete, and then got confused by error toast
im good now, ty!
124 Views