# DeletePlaylistRequest ## Example Usage ```typescript import { DeletePlaylistRequest } from "@lukehagar/plexjs"; let value: DeletePlaylistRequest = { playlistID: 6747.52, }; ``` ## Fields | Field | Type | Required | Description | | ---------------------- | ---------------------- | ---------------------- | ---------------------- | | `playlistID` | *number* | :heavy_check_mark: | the ID of the playlist |