# RegistryRemoveRequest ## Example Usage ```typescript import { RegistryRemoveRequest } from "dokploy/models/operations"; let value: RegistryRemoveRequest = { registryId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `registryId` | *string* | :heavy_check_mark: | N/A |