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
| Field | Type | Required | Description |
|---|---|---|---|
slug | string | :heavy_check_mark: | Idenitifier slug of the reason why the User account is being deleted. |
description | string | :heavy_check_mark: | Description of the reason why the User account is being deleted. |