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