Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.88 KB

requestdeleteresponsebody.md

File metadata and controls

23 lines (17 loc) · 1.88 KB

RequestDeleteResponseBody

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

Example Usage

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

let value: RequestDeleteResponseBody = {
  id: "<id>",
  email: "[email protected]",
  message: "Verification email sent",
};

Fields

Field Type Required Description Example
id string ✔️ Unique identifier of the User who has initiated deletion.
email string ✔️ Email address of the User who has initiated deletion.
message string ✔️ User deletion progress status. Verification email sent