$meta-delete
Introduction
The $meta-delete operation removes profile, tag, and security labels from a resource's metadata. See http://hl7.org/fhir/resource-operation-meta-delete.html
for the official documentation.
POST /fhir/<resourceType>/<id>/$meta-delete
The operation accepts a Parameters resource containing the metadata to remove:
The identity of a tag or security label is based on the combination of system and code, other fields are ignored. For profile entries, matching is based on the full URL. It is not an error if these tag, profile, and security labels do not exist.
Returned value is the current resource metadata.
Examples
Removing metadata
See also: