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

*************
delete_portal
*************



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

  

  Deletes a portal.

  

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


  **Request Syntax**
  ::

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

    The portal identifier.

    

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

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

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

  