Delete Job gluedatabrew_delete_job R Documentation Deletes the specified DataBrew job¶ Description¶ Deletes the specified DataBrew job. Usage¶ gluedatabrew_delete_job(Name) Arguments¶ Name [required] The name of the job to be deleted. Value¶ A list with the following syntax: list( Name = "string" ) Request syntax¶ svc$delete_job( Name = "string" )