Skip to main content

Supabase Client Event Delete Records

Emits a signal when one or more records are deleted by the client in Supabase.

Supabase Client Event Delete Records node

This node listens for record deletion events triggered by client-side actions in Supabase. It allows your app to react immediately when records are removed, such as updating lists, refreshing views, or triggering follow-up workflows.

It works similarly to the Receive Event node, but in this case the event emission is built directly into the Delete Records flow, removing the need for a separate Send Event node.

Inputs

DataTypeDescription
EnablebooleanEnables filtering by a specific table. When disabled, events from all tables are received.
Table NamestringThe table to listen to. Only visible when Enable is true.

Outputs

DataTypeDescription
OnsignalTriggered when a matching record deletion event is received.
Table NamestringThe name of the table where records were deleted.