Node reference

Delete User for Joomla and WordPress

Delete User is a Trigger in WordPress Events › User Events. Starts your flow when this WordPress hook fires (delete_user).

Overview

Delete User is a Trigger in WordPress Events › User Events. Starts your flow when this WordPress hook fires (delete_user).

Use the General and Design tabs to narrow when it should run. The Payload Fields section lists data WordPress passes to the flow.

Save and activate the flow, then perform the action on your WordPress site to test.

When this trigger fires, JOrchestrator starts the flow and passes the incoming event or request data to the next connected step. Configure filtering, payload shape, and security on the Design tab.

Why use this node

Delete User is a trigger in the WordPress Events › User Events group. Triggers start a flow. They listen for an external signal — a CMS event, inbound HTTP call, payment notification, or schedule — and pass the incoming data to the first downstream step.

Typical reasons teams add Delete User to a flow:

  • React when WordPress fires delete.user — automate follow-up work instead of custom theme functions.php code
  • Send notifications or sync data whenever this hook runs on your linked WordPress site
  • Chain CMS-native events into messaging, AI, or external API steps
  • Replace fragile PHP snippets with a visual, testable flow

When it runs

This trigger starts the flow when its signal fires on your linked site or when an inbound request matches its configuration. Downstream steps receive the trigger payload as their input.

Example workflows

Common patterns on the canvas:

  1. Delete UserSend Email (notify editor)
  2. Delete UserSet JSONAPI REST POST (sync to CRM)
  3. Delete UserIf (role check) → Send Notification

Properties panel

The designer shows these tabs for this node:

TabPurpose
InfoPlain-language description and output payload fields for downstream steps
DesignTrigger configuration and payload schema

System (automatic — not edited by the user)

These fields are managed by the designer or runtime — you do not type into them directly:

Property keyLabelTypeRequiredVisible whenNotes
_nodeIdNode IDnode-idNo

User-configured — General tab

Property keyLabelTypeRequiredVisible whenNotes
labelLabeltextNoNode label
valueValuetextNoEnter value

CMS site configuration (not on this node's properties panel)

Credentials, API keys, mailers, SMTP, and integration defaults are configured in the CMS plugin under Node Configuration, not per step on this node. Link the flow to a domain before testing CMS-backed fields.

Output payload fields

_This node does not define standard output payload fields in the designer Info tab._