mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
452 B
452 B
DomainDeleteRequest
Example Usage
import { DomainDeleteRequest } from "dokploy/models/operations";
let value: DomainDeleteRequest = {
domainId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
domainId |
string | ✔️ | N/A |