:doc:`signer <../../signer>` / Client / remove_profile_permission

*************************
remove_profile_permission
*************************



.. py:method:: signer.Client.remove_profile_permission(**kwargs)

  

  Removes cross-account permissions from a signing profile.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/RemoveProfilePermission>`_  


  **Request Syntax**
  ::

    response = client.remove_profile_permission(
        profileName='string',
        revisionId='string',
        statementId='string'
    )
    
  :type profileName: string
  :param profileName: **[REQUIRED]** 

    A human-readable name for the signing profile with permissions to be removed.

    

  
  :type revisionId: string
  :param revisionId: **[REQUIRED]** 

    An identifier for the current revision of the signing profile permissions.

    

  
  :type statementId: string
  :param statementId: **[REQUIRED]** 

    A unique identifier for the cross-account permissions statement.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'revisionId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **revisionId** *(string) --* 

        An identifier for the current revision of the profile permissions.

        
  
  **Exceptions**
  
  *   :py:class:`signer.Client.exceptions.ValidationException`

  
  *   :py:class:`signer.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`signer.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`signer.Client.exceptions.ConflictException`

  
  *   :py:class:`signer.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`signer.Client.exceptions.InternalServiceErrorException`

  