public sealed class DeleteMigrationWorkflowRequest : IMessage<DeleteMigrationWorkflowRequest>, IEquatable<DeleteMigrationWorkflowRequest>, IDeepCloneable<DeleteMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class DeleteMigrationWorkflowRequest.
A request to delete a previously created migration workflow.
[[["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."],[[["The `DeleteMigrationWorkflowRequest` class in the BigQuery Migration v2 API is used to request the deletion of a previously created migration workflow."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, and cloning."],["The `DeleteMigrationWorkflowRequest` has a `Name` property, which is a unique identifier for the migration workflow and is required for the deletion request, using the format `projects/123/locations/us/workflows/1234`."],["There are several versions of the `DeleteMigrationWorkflowRequest`, with the latest being version 1.5.0, and the documentation shows versions from 1.0.0 to 1.5.0."]]],[]]