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