public sealed class DeleteBlueprintRequest : IMessage<DeleteBlueprintRequest>, IEquatable<DeleteBlueprintRequest>, IDeepCloneable<DeleteBlueprintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class DeleteBlueprintRequest.
Required. The name of blueprint to delete.
Blueprint name should be in the format {blueprint_id}, if
{blueprint_id}@{revision_id} is passed then the API throws invalid
argument.
[[["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 documentation details the `DeleteBlueprintRequest` class, which is part of the Telco Automation v1 API and is used to delete a blueprint."],["The `DeleteBlueprintRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor (`DeleteBlueprintRequest()`) and a copy constructor (`DeleteBlueprintRequest(DeleteBlueprintRequest other)`)."],["It includes properties for `BlueprintName` and `Name`, where `Name` is a required string representing the blueprint to be deleted."],["There are currently three versions available for the `DeleteBlueprintRequest`: 1.2.0 (latest), 1.1.0, and 1.0.0."]]],[]]