# DeleteUserResponseBody response ## Example Usage ```typescript import { DeleteUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: DeleteUserResponseBody = { deleted: false, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `deleted` | *boolean* | :heavy_check_mark: | N/A |