
delete-signing-certificate
**************************


DESCRIPTION
===========

Deletes the specified signing certificate associated with the
specified user.

If you do not specify a user name, IAM determines the user name
implicitly based on the AWS Access Key ID signing the request. Because
this action works for access keys under the AWS account, you can use
this API to manage root credentials even if the AWS account has no
associated users.


SYNOPSIS
========

   aws iam delete-signing-certificate
     --certificate-id <value>
     [--user-name <value>]


REQUIRED PARAMETERS
===================

"--certificate-id"  (string)
   ID of the signing certificate to delete.


OPTIONAL PARAMETERS
===================

"--user-name"  (string)
   Name of the user the signing certificate belongs to.
