# Unsubscribe

## Unsubscribe a Phone Number

<mark style="color:green;">`POST`</mark> `https://emotiveapp.co/ecommerce/v1/opt_outs/manual_opt_out/`

**Headers**

| Name          | Value                  |
| ------------- | ---------------------- |
| Content-Type  | `application/json`     |
| Authorization | `Token <YOUR_API_KEY>` |

**Body**

| Name           | Type   | Description                            |
| -------------- | ------ | -------------------------------------- |
| `phone_number` | string | E164 Formatted Subscriber Phone Number |

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
    "message": "Opt out request processed."
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "message": "Invalid phone number."
}
```

{% endtab %}
{% endtabs %}
