Update Records
The Delete Record node removes a specific record in your Supabase table. You provide the record's unique ID, and the node handles the deletion.
This is based on the Supabase Client SDK - Delete data.
Inputs
| Data | Type | Description |
|---|---|---|
| Filter | javascript | |
| Table Name | enum | List of all the available tables. |
Outputs
| Data | Type | Description |
|---|---|---|
| Object ID | string | |
| Success | signal | |
| Failure | signal | |
| Finally | signal | |
| Is Fetching | boolean | |
| Is Fetched | boolean | |
| Status | string | |
| Is Success | boolean | |
| Is Error | boolean | |
| Error Text | string |