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-authorizer.rst
Size: Mime:
**To delete a custom authorizer**

The following ``delete-authorizer`` example deletes the authorizer named ``CustomAuthorizer``. A custom authorizer must be in the ``INACTIVE`` state before you can delete it. ::

    aws iot delete-authorizer \
        --authorizer-name CustomAuthorizer

This command produces no output.

For more information, see `DeleteAuthorizer <https://docs.aws.amazon.com/iot/latest/apireference/API_DeleteAuthorizer.html>`__ in the *AWS IoT Developer Guide*.