Delete template by id
Deletes the template identified by template_id.
Path Parameters
- Type: string
template _id requiredTemplate identifier.
Responses
204 204 No Contentis returned when the requested operation succeeded and the resource(s) identified by the request parameters has been physically deleted (i.e. hard-delete).404 404 Not Foundis returned when, based on the request parameters, the server did not find a current representation of a target resource, or is not willing to disclose that one exists.
Request Example for delete/admin/template/{template_id}
curl https://openEHRSys.example.com/v1/admin/template/openEHR-EHR-OBSERVATION.blood_pressure.v1 \
--request DELETE
No Body