Skip to main content

Delete Record

This node will delete a Record of a given Class from the Noodl Cloud Services backend.

You will need to provide the Id of the record to be deleted, there are multiple ways to do this, see the Id Source property for details.

Then send a signal on the Do input to perform the action.

Inputs

DataDescription
ClassYou need to select the Class of records that this node will act on.
IdSpecify the Id of the record that you want to delete. This input is only valid if Id Source is set to Specify explicitly.

An Id of a record is needed to perform the action of this node:

DataDescription
Id SourceThe Id Soure property specifies how this Id is retrieved, the options are:

Specify explicitly: This means you need to specify the Id of the record explicitly through e.g. a connection to the Id input.
From repeater: This means that the Id for the record will be derived from a repeater. This option is only valid if the component this node is placed in is created by a repeater. Then this node will act on the repeater object that this component was created for.
SignalDescription
DoWhen a signal is received on this input the record will be deleted on the backend.

Outputs

DataDescription
IdThe Id of the record that will be / was deleted by this node. Simply reflecting the Id input.
ErrorIf something went wrong when deleting the record in the backend, this output will contain the error message.
SignalDescription
SuccessA signal is sent on this output when the record have been successfully deleted in the backend.
FailureA signal is sent on this output if something went wrong when attempting to delete the record in the backend.