Skip to main content
Remove a task from specified sensors. Remove a task prevents the task from being sent to sensors that haven’t received it yet. If a sensor has already received and executed the task, removing will not reverse or cancel that execution. Note: The Reliable Tasking extension must be enabled in order to use this action.
External DocumentationTo learn more, visit the LimaCharlie documentation.

Parameters

ParameterDescription
ExpressionSelect the target sensors using an expression.

For more information, refer to (LimaCharlie documentation)[https://docs.limacharlie.io/docs/ext-reliable-tasking].
Organization IDThe unique identifier of the organization.
PlatformThe platform running the sensors to remove a task from.
Selector TypeThe type of sensor selector to use.
Sensor IDThe sensor ID to remove a task from.
Task IDThe ID of the task to remove.

Can be retrieved by using the List Reliable Tasks action.

Example Output

{
	"data": {
		"deleted": 12
	}
}

Workflow Library Example

Remove Reliable Task with Limacharlie and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop