public sealed class DeleteApplicationRequest : IMessage<DeleteApplicationRequest>, IEquatable<DeleteApplicationRequest>, IDeepCloneable<DeleteApplicationRequest>, IBufferMessage, IMessage
Required. The resource name of the application to be deleted.
The format is
"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}".
For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `DeleteApplicationRequest` class within the `Google.Cloud.Talent.V4Beta1` namespace, specifically for version 2.0.0-beta07."],["The `DeleteApplicationRequest` class is used to request the deletion of an application and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ApplicationName`, which provides a typed view of the application resource name, and `Name`, which is the required string resource name of the application to be deleted."],["It inherits members from the `Object` class and includes two constructors, a default constructor, and one that takes another `DeleteApplicationRequest` instance as an argument."]]],[]]