:doc:`ApiGatewayV2 <../../apigatewayv2>` / Client / disable_portal

**************
disable_portal
**************



.. py:method:: ApiGatewayV2.Client.disable_portal(**kwargs)

  

  Deletes the publication of a portal portal.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigatewayv2-2018-11-29/DisablePortal>`_  


  **Request Syntax**
  ::

    response = client.disable_portal(
        PortalId='string'
    )
    
  :type PortalId: string
  :param PortalId: **[REQUIRED]** 

    The portal identifier.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ApiGatewayV2.Client.exceptions.NotFoundException`

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

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

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

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

  