# Reset InvisDeco

> Perform a reset of the InvisDeco device.
>
> This will clear all air quality calibration data.

**Request**

* <mark style="color:red;">`packetID`</mark>: Represents the ID of the packet. This can be any six digit number, no leading zeros.
* <mark style="color:red;">`payload`</mark>:&#x20;
  * <mark style="color:red;">`callbackName`</mark>: 25

```json
{
    "packetID": 221055,
    "payload":
    {
        "callbackName": 25
    }
}
```

**Response**

The InvisDeco device will blink for 3 seconds and reboot.

* <mark style="color:red;">`sn`</mark>: The serial number of the InvisOutlet.
* <mark style="color:red;">`packetID`</mark>: Represents the ID of the packet based on request <mark style="color:red;">`packetID`</mark>.
* <mark style="color:red;">`PUBACK`</mark> : 1 - The request is received and will be processed.

```json
{
    "sn": "0003C44076",
    "packetID": 221055,
    "PUBACK": 1
}
```

{% hint style="info" %}
If your air quality index (and related) metrics are not accurate, or the InvisDeco has been switched from one place to another, please perform this action ([Reset InvisDeco](https://api.intecular.com/invisoutlet-pro/device-management/invisdeco/reset-invisdeco)) to clear and start calibration from fresh.
{% endhint %}
