mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 20:47:46 +00:00
17 lines
1.6 KiB
Markdown
17 lines
1.6 KiB
Markdown
# DeleteLibraryRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DeleteLibraryRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: DeleteLibraryRequest = {
|
|
sectionKey: 9518,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `sectionKey` | *number* | :heavy_check_mark: | The unique key of the Plex library. <br/>Note: This is unique in the context of the Plex server.<br/> | 9518 | |