Delete template by id

Deletes the template identified by template_id.

Path Parameters
  • template_id
    Type: string
    required

    Template identifier.

Responses
  • 204

    204 No Content is 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 Found is 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