RequestDeleteResponseBody

April 11, 2025 ยท View on GitHub

Response indicating that the User deletion process has been initiated, and a confirmation email has been sent.

Example Usage

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

let value: RequestDeleteResponseBody = {
  id: "<id>",
  email: "Johnpaul_Farrell88@hotmail.com",
  message: "Verification email sent",
};

Fields

FieldTypeRequiredDescriptionExample
idstring:heavy_check_mark:Unique identifier of the User who has initiated deletion.
emailstring:heavy_check_mark:Email address of the User who has initiated deletion.
messagestring:heavy_check_mark:User deletion progress status.Verification email sent