HEX
Server: Apache
System: Linux vps28526 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
User: heewonvps_17 (6705002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/iot-data/delete-thing-shadow.rst
**To delete a device's shadow document**

The following ``delete-thing-shadow`` example deletes the entire shadow document for the device named ``MyRPi``. ::

    aws iot-data delete-thing-shadow \
        --thing-name MyRPi \
        "output.txt"

The command produces no output on the display, but ``output.txt`` contains information that confirms the version and timestamp of the shadow document that you deleted. ::

    {"version":2,"timestamp":1560270384}

For more information, see `Using Shadows <https://docs.aws.amazon.com/iot/latest/developerguide/using-device-shadows.html>`__ in the *AWS IoT Developers Guide*.