delete_library_sections_by_section_id
Remove a Plex library section using its section ID. Deletes the entire section, optionally asynchronously to return immediately.
Instructions
Delete a library section.
DELETE /library/sections/{sectionId}
Args: section_id: The section identifier async_: If set, response will return an activity with the actual deletion process. Otherwise request will return when deletion is complete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async_ | No | ||
| section_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |