Cancel backup jobAsk AIput https://govapis.druva.com/unity/haydn/v1/{workloadName}/v1/jobs/backup/{jobID}/cancelCancels the specified backup job.Path ParamsworkloadNamestringrequiredSpecify the name of the workload. For example, 'nas'.jobIDint64requiredSpecify the ID of the job that you want to cancel. Get the ID of the job using the 'List all jobs' API.HeadersauthEntitiesstringrequiredSpecify the authorization information in the format: 'pType=org;pID=orgID', where orgID is the ID of your organization. Get the ID of an organization using the 'List all organizations' API.Responses 200Success 400For invalid or missing arguments. 401Invalid or lack of valid authentication credentials. 500Internal or unknown error.Updated 4 months ago