Skip to main content

functions_delete_deployment

Function functions_delete_deployment 

Source
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.