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

# Delete instruction

> Remove a watch instruction by its numeric ID.

<Note>Blnk Watch is currently in beta. [Send us a message](mailto:support@blnkfinance.com)</Note>

Use this endpoint to delete an instruction. Once removed, Watch no longer evaluates transactions against that rule.

### Path

<ParamField path="id" type="integer" required>
  The numeric instruction ID to delete.
</ParamField>

<RequestExample>
  ```bash theme={"system"}
  curl -X DELETE http://localhost:8081/instructions/1
  ```
</RequestExample>

<ResponseExample>
  ```text 204 theme={"system"}
  ```

  ```text 400 theme={"system"}
  Invalid instruction ID: abc
  ```

  ```text 404 theme={"system"}
  instruction with ID 99 not found
  ```

  ```text 500 theme={"system"}
  Failed to delete instruction
  ```
</ResponseExample>

***

## Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool.

To ask questions or discuss issues, please [contact us](mailto:support@blnkfinance.com) or [join our Discord community](https://discord.gg/7WNv94zPpx).

**Connect your ledger to Blnk Cloud**

Sign up and manage your ledger with our back-office dashboard. You can invite teammates to collaborate and manage your ledger operations directly from the dashboard.
