:doc:`AmplifyBackend <../../amplifybackend>` / Client / remove_backend_config

*********************
remove_backend_config
*********************



.. py:method:: AmplifyBackend.Client.remove_backend_config(**kwargs)

  

  Removes the AWS resources required to access the Amplify Admin UI.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/RemoveBackendConfig>`_  


  **Request Syntax**
  ::

    response = client.remove_backend_config(
        AppId='string'
    )
    
  :type AppId: string
  :param AppId: **[REQUIRED]** 

    The app ID.

    

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

    
    ::

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

    

    - *(dict) --* 

      200 response

      
      

      - **Error** *(string) --* 

        If the request fails, this error is returned.

        
  
  **Exceptions**
  
  *   :py:class:`AmplifyBackend.Client.exceptions.NotFoundException`

  
  *   :py:class:`AmplifyBackend.Client.exceptions.GatewayTimeoutException`

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

  
  *   :py:class:`AmplifyBackend.Client.exceptions.BadRequestException`

  