Delete Deployment apigatewayv2_delete_deployment R Documentation Deletes a Deployment¶ Description¶ Deletes a Deployment. Usage¶ apigatewayv2_delete_deployment(ApiId, DeploymentId) Arguments¶ ApiId [required] The API identifier. DeploymentId [required] The deployment ID. Value¶ An empty list. Request syntax¶ svc$delete_deployment( ApiId = "string", DeploymentId = "string" )