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

*****************
delete_deployment
*****************



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

  

  Deletes a Deployment.

  

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


  **Request Syntax**
  ::

    response = client.delete_deployment(
        ApiId='string',
        DeploymentId='string'
    )
    
  :type ApiId: string
  :param ApiId: **[REQUIRED]** 

    The API identifier.

    

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

    The deployment ID.

    

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

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

  