Response indicating that the User deletion process has been initiated, and a confirmation email has been sent.
import { RequestDeleteResponseBody } from "@simplesagar/vercel/models/requestdeleteop.js";
let value: RequestDeleteResponseBody = {
id: "<id>",
email: "[email protected]",
message: "Verification email sent",
};
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 |