delete
https://sandbox.healthgorilla.com/fhir/R4/AllergyIntolerance/
Delete an existing AllergyIntolerance resource by FHIR ID.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This operation removes the specified resource. The request is scoped to the authenticated tenant.
Required scope:
allergyintolerance.write
Example Request
curl -X DELETE "https://sandbox.healthgorilla.com/fhir/R4/AllergyIntolerance/{id}" \
-H "Authorization: Bearer <access_token>" \
-H "Accept: application/fhir+json"
