cancel_queued_job

Function cancel_queued_job 

Source
pub async fn cancel_queued_job(
    configuration: &Configuration,
    workspace: &str,
    id: &str,
    cancel_queued_job_request: CancelQueuedJobRequest,
) -> Result<String, Error<CancelQueuedJobError>>