Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.38 KB

deletedeploymentresponsebody.md

File metadata and controls

21 lines (15 loc) · 1.38 KB

DeleteDeploymentResponseBody

The deployment was successfully deleted

Example Usage

import { DeleteDeploymentResponseBody } from "@simplesagar/vercel/models/deletedeploymentop.js";

let value: DeleteDeploymentResponseBody = {
  uid: "dpl_5WJWYSyB7BpgTj3EuwF37WMRBXBtPQ2iTMJHJBJyRfd",
  state: "DELETED",
};

Fields

Field Type Required Description Example
uid string ✔️ The removed deployment ID. dpl_5WJWYSyB7BpgTj3EuwF37WMRBXBtPQ2iTMJHJBJyRfd
state models.State ✔️ A constant with the final state of the deployment.