> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Reliable Task

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.

<Note>
  External Documentation

  To learn more, visit the [LimaCharlie documentation](https://docs.limacharlie.io/docs/ext-reliable-tasking).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                            |
  | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Expression      | Select the target sensors using an expression.<br /><br />For more information, refer to (LimaCharlie documentation)\[[https://docs.limacharlie.io/docs/ext-reliable-tasking](https://docs.limacharlie.io/docs/ext-reliable-tasking)]. |
  | Organization ID | The unique identifier of the organization.                                                                                                                                                                                             |
  | Platform        | The platform running the sensors to remove a task from.                                                                                                                                                                                |
  | Selector Type   | The type of sensor selector to use.                                                                                                                                                                                                    |
  | Sensor ID       | The sensor ID to remove a task from.                                                                                                                                                                                                   |
  | Task ID         | The ID of the task to remove.<br /><br />Can be retrieved by using the `List Reliable Tasks` action.                                                                                                                                   |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"deleted": 12
	}
}
```

## Workflow Library Example

[Remove Reliable Task with Limacharlie and Send Results Via Email](https://library.blinkops.com/workflows/remove-reliable-task-with-limacharlie-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/remove-reliable-task-with-limacharlie-and-send-results-via-email/canvas" />
</div>
