delete_playlist
Remove an existing playlist from your Plex media library by specifying its unique playlist ID to manage your media organization.
Instructions
Delete an existing playlist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | The playlist ID (ratingKey) to delete |
Input Schema (JSON Schema)
{
"properties": {
"playlist_id": {
"description": "The playlist ID (ratingKey) to delete",
"type": "string"
}
},
"required": [
"playlist_id"
],
"type": "object"
}