pub async fn functions_delete_deployment(
configuration: &Configuration,
function_id: &str,
deployment_id: &str,
) -> Result<(), Error<FunctionsDeleteDeploymentError>>Expand description
Delete a code deployment by its unique ID.
pub async fn functions_delete_deployment(
configuration: &Configuration,
function_id: &str,
deployment_id: &str,
) -> Result<(), Error<FunctionsDeleteDeploymentError>>Delete a code deployment by its unique ID.