{

"resourceType": "OperationDefinition",
"id": "Resource-meta-delete",
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3
  },
  {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }
],
"url": "http://hl7.org/fhir/OperationDefinition/Resource-meta-delete",
"version": "4.0.1",
"name": "Delete profiles, tags, and security labels for a resource",
"status": "draft",
"kind": "operation",
"date": "2019-11-01T09:29:23+11:00",
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "url",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"description": "This operation takes a meta, and deletes the profiles, tags, and security labels found in it from the nominated resource",
"code": "meta-delete",
"resource": [
  "Resource"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
  {
    "name": "meta",
    "use": "in",
    "min": 1,
    "max": "1",
    "documentation": "Profiles, tags, and security labels to delete from the existing resource. It is not an error if these tags, profiles, and labels do not exist.  The identity of a tag or security label is the system+code. When matching existing tags during deletion, version and display are ignored. For profiles, matching is based on the full URL",
    "type": "Meta"
  },
  {
    "name": "return",
    "use": "out",
    "min": 1,
    "max": "1",
    "documentation": "Resulting meta for the resource",
    "type": "Meta"
  }
]

}