public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1.CloudScheduler.DeleteJob].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteJobRequest\u003c/code\u003e class is used to request the deletion of a job in the Google Cloud Scheduler V1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its functionality for message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteJobRequest\u003c/code\u003e class is found within the \u003ccode\u003eGoogle.Cloud.Scheduler.V1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.Scheduler.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors to facilitate either creating a blank request, or one with a pre-existing \u003ccode\u003eDeleteJobRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt requires the \u003ccode\u003eName\u003c/code\u003e property to be set, which specifies the full resource name of the job to delete, using the format \u003ccode\u003eprojects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]