public sealed class DeleteExecutionRequest : IMessage<DeleteExecutionRequest>, IEquatable<DeleteExecutionRequest>, IDeepCloneable<DeleteExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteExecutionRequest.
Request for deleting a scheduled notebook execution
[[["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 document provides reference documentation for the `DeleteExecutionRequest` class within the AI Platform Notebooks v1 API."],["The `DeleteExecutionRequest` class is used to request the deletion of a scheduled notebook execution in the Google Cloud AI Platform Notebooks service."],["The latest version of the `DeleteExecutionRequest` is version 2.5.0, but the document lists other previous versions from 2.4.0 all the way back to version 1.0.0-beta04."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties `ExecutionName` and `Name`, with the `Name` property requiring a specific format: `projects/{project_id}/locations/{location}/executions/{execution_id}`."]]],[]]