Files
plexjs/docs/sdk/models/operations/deletelibraryrequest.md
2024-09-08 03:06:14 +00:00

1.6 KiB

DeleteLibraryRequest

Example Usage

import { DeleteLibraryRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: DeleteLibraryRequest = {
    sectionKey: 9518,
};

Fields

Field Type Required Description Example
sectionKey number ✔️ The unique key of the Plex library.
Note: This is unique in the context of the Plex server.
9518