public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Request message for deleting a Data Fusion instance.
[[["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 webpage details the `DeleteInstanceRequest` class, which is used to request the deletion of a Data Fusion instance."],["The latest version of `DeleteInstanceRequest` is 2.4.0, but it also includes links to documentation for versions ranging from 1.0.0 to 2.3.0."],["The `DeleteInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors, a default constructor and one that takes another `DeleteInstanceRequest` object as a parameter."],["The `DeleteInstanceRequest` class features one property named `Name`, which is of type string, and requires an instance resource name in a specific format."]]],[]]