mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
17 lines
486 B
Markdown
17 lines
486 B
Markdown
# DeleteApiV1ApplicationsIdRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DeleteApiV1ApplicationsIdRequest } from "prowlarr/models/operations";
|
|
|
|
let value: DeleteApiV1ApplicationsIdRequest = {
|
|
id: 257282,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `id` | *number* | :heavy_check_mark: | N/A | |