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

17 lines
486 B
Markdown

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