Files
plexjs/docs/models/deletelibraryrequest.md

691 B

DeleteLibraryRequest

Example Usage

import { DeleteLibraryRequest } from "@lukehagar/plexjs";

let value: DeleteLibraryRequest = {
    sectionId: 1000,
};

Fields

Field Type Required Description Example
sectionId number ✔️ the Id of the library to query 1000