Match

A match is an object with a single key "match" whose value is identical to that of an alias. However, unlike aliases and the uniqueBy of an upsert a match object is expected to correspond to zero or more components or references. Because of this, a match is only applicable when deleting components or deleting references.

{
  "components": {
    "delete": [      
      {"match": {"name": "A", "rootWorkspace": "63358ba552e1f10001b09027"}}
    ]
  }
}