Skip to main content
Deletes stored entity mappings — one row, a namespace, or a whole domain. The go-to tool for resetting mappings before a re-sync or cleaning up after reconciliation.

Configuration

  • Domain — the entity kind to delete in.
  • Namespace — the mapping set (blank = the default set), or type * to target every namespace.
  • External ID — the mapping key, with {assign_key} interpolation, or type * to target every key. Takes precedence over the assign below.
  • External ID assign — alternatively, name an assign whose raw value is the key.
  • Mapping assign — or skip all of the above: name an assign holding a whole mapping row (an Entity Mapping List / Flow List Diff item — e.g. item inside a Flow Each). The row’s own domain, namespace, and external ID drive a single-row delete. Can’t be combined with the namespace/external-ID fields.
  • Output assign — optional; receives the number of deleted rows.

Scopes

  • namespace + id — one mapping
  • namespace + * — the whole namespace
  • * + * — the whole domain
  • * + id — that id in every namespace

Tips

  • * only counts when typed literally in the field — a value that merely resolves to * at runtime stops the flow instead of deleting, and a blank key is a no-op. Blanket deletes are always a visible, deliberate canvas decision.
  • Pair with an Entity Mapping List + Flow Each to delete selectively.

Ports