# Opt-Out nodes

The *Opt-Out* action nodes allow you to add opt-out functionality to your workflows. There are three nodes that you can use:

* Opt-Out node
* Verify Opt-Out node
* Delete Opt-Out node

This functionality can be used for the SMS channel, WhatsApp channel, or both.

<figure><img src="/files/xGy75Nta5tX7lKrMMW94" alt=""><figcaption></figcaption></figure>

**Opt-Out node**

This node facilitates the ability to opt a number out of receiving unwanted communications.

The available parameters for this node are:

* The name of the flow.
* A description of the flow.
* The ability to add Opt-Out numbers.&#x20;
  * You can add more than one number. These numbers will be added to the Opt-Out list and will not receive any messages on the selected channel.
* The channel that has been opted out from.

<figure><img src="/files/fivEUOYUpJcIUVLSqEfX" alt=""><figcaption></figcaption></figure>

&#x20;Note that when the selected channel is WhatsApp, there is an additional 'From Number' field.

**Verify Opt-Out Node**

Using this node, will allow for the verification of whether a number is in an opted-out state or not. It provides a quick way to confirm the state of a number.

<figure><img src="/files/J8Ki6LcDAWSoIllWk15S" alt=""><figcaption></figcaption></figure>

**Delete Opt-Out Node**

This node allows for a number to be deleted from the Opt-Out list. Once a number has been deleted from the Opt-Out list, it can receive messages from the relevant channel again.

<figure><img src="/files/m0Uoqn2ZDIjKwxZrQqvI" alt=""><figcaption></figcaption></figure>

&#x20;

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.clickatell.com/flow/action-nodes/opt-out-nodes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
