mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
523 B
Markdown
17 lines
523 B
Markdown
# DeletePlaylistRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DeletePlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: DeletePlaylistRequest = {
|
|
playlistID: 5840.32,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
|
|
| `playlistID` | *number* | :heavy_check_mark: | the ID of the playlist | |