COMPOSITION
Delete COMPOSITION
Deletes the COMPOSITION identified by uid_based_id and associated with the EHR identified by ehr_id.
The uid_based_id MUST be in a form of an OBJECT_VERSION_ID identifier taken from the last (most recent) VERSION.uid.value, representing the preceding_version_uid to be deleted.
delete/ehr/{ehr_id}/composition/{uid_based_id}
Path parameters
ehr_idstring uuid required
Example:7d44b88c-4199-4bad-97dc-d78268e01398
EHR identifier taken from EHR.ehr_id.value.
uid_based_idstring required
Example:8849182c-82ad-4088-a07f-48ead4180515::openEHRSys.example.com::1
An identifier in a form of an OBJECT_VERSION_ID identifier taken from VERSION.uid.value (i.e. a version_uid).
Response
204 No Content is returned for a successful delete operation.
Changes
Changed in 1 of the 41 revisions of this API.1
- ▲
for the
pathrequest parameterehr_id, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
- ▲