⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
iot-data
/
View File Name :
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
`__ in the *AWS IoT Developers Guide*.