Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / iot / delete-thing-type.rst
Size: Mime:
**Example 1: To delete a thing type**

The following ``delete-thing-type`` example deletes a deprecated thing type. ::

    aws iot delete-thing-type \
        --thing-type-name "obsoleteThingType"

This command produces no output.

For more information, see `Thing Types <https://docs.aws.amazon.com/iot/latest/developerguide/thing-types.html>`__ in the *AWS IoT Developers Guide*.