public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1 API class DeleteWorkflowRequest.
Request for the
[DeleteWorkflow][google.cloud.workflows.v1.Workflows.DeleteWorkflow]
method.
[[["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."],[[["This page provides documentation for the `DeleteWorkflowRequest` class within the Google Cloud Workflows v1 API, specifically version 2.3.0."],["The `DeleteWorkflowRequest` class is used to structure requests for the `DeleteWorkflow` method, allowing the deletion of a workflow."],["This class has two constructors, one being a default constructor and one allowing the user to create a `DeleteWorkflowRequest` object based on another existing `DeleteWorkflowRequest` object."],["The `DeleteWorkflowRequest` class includes properties like `Name`, which specifies the workflow to be deleted, and `WorkflowName`, which is a typed view of the `Name` resource."],["This documentation covers the inheritance, implemented interfaces, inherited members, namespace, assembly, constructors, and properties of the `DeleteWorkflowRequest` class."]]],[]]