RequestDeleteReasons

April 11, 2025 ยท View on GitHub

An object describing the reason why the User account is being deleted.

Example Usage

import { RequestDeleteReasons } from "@vercel/sdk/models/requestdeleteop.js";

let value: RequestDeleteReasons = {
  slug: "<value>",
  description: "amidst underneath soggy bah swing",
};

Fields

FieldTypeRequiredDescription
slugstring:heavy_check_mark:Idenitifier slug of the reason why the User account is being deleted.
descriptionstring:heavy_check_mark:Description of the reason why the User account is being deleted.