**To delete a deployment** The following ``delete-deployment`` example deletes a deployment of an API. :: aws apigatewayv2 delete-deployment \ --api-id a1b2c3d4 \ --deployment-id a1b2c3 This command produces no output. For more information, see `API deployment `__ in the *Amazon API Gateway Developer Guide*.