DeleteUserDTO
Package: @nauth-toolkit/core
Type: DTO (Request)
Input DTO for administrative user deletion with complete cascade cleanup.
- NestJS
- Express
- Fastify
import { DeleteUserDTO } from '@nauth-toolkit/nestjs';
import { DeleteUserDTO } from '@nauth-toolkit/core';
import { DeleteUserDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description with validation inline |
|---|---|---|---|
sub | string | Yes | User UUID to delete. Must be valid UUID format. |
Example
{
"sub": "550e8400-e29b-41d4-a716-446655440000"
}