mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
17 lines
459 B
Markdown
17 lines
459 B
Markdown
# AdminRemoveUserRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { AdminRemoveUserRequest } from "dokploy/models/operations";
|
|
|
|
let value: AdminRemoveUserRequest = {
|
|
authId: "<id>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `authId` | *string* | :heavy_check_mark: | N/A | |