mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
17 lines
691 B
Markdown
17 lines
691 B
Markdown
# DeleteLibraryRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DeleteLibraryRequest } from "@lukehagar/plexjs";
|
|
|
|
let value: DeleteLibraryRequest = {
|
|
sectionId: 1000,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
|
| `sectionId` | *number* | :heavy_check_mark: | the Id of the library to query | 1000 | |