Files
Dokploy-ts-sdk/docs/models/operations/notificationremoverequest.md
2025-09-26 02:33:10 +00:00

476 B

NotificationRemoveRequest

Example Usage

import { NotificationRemoveRequest } from "dokploy/models/operations";

let value: NotificationRemoveRequest = {
  notificationId: "<id>",
};

Fields

Field Type Required Description
notificationId string ✔️ N/A