Files
Prowlarr-TS-SDK/docs/models/operations/deleteapiv1notificationidrequest.md
2025-05-16 17:01:58 -05:00

17 lines
486 B
Markdown

# DeleteApiV1NotificationIdRequest
## Example Usage
```typescript
import { DeleteApiV1NotificationIdRequest } from "prowlarr/models/operations";
let value: DeleteApiV1NotificationIdRequest = {
id: 415026,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *number* | :heavy_check_mark: | N/A |