obs-remove-scene
Remove a scene from OBS Studio to clean up your scene collection and manage your broadcasting setup.
Instructions
Remove a scene from OBS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sceneName | Yes | The name of the scene to remove |
Input Schema (JSON Schema)
{
"properties": {
"sceneName": {
"description": "The name of the scene to remove",
"type": "string"
}
},
"required": [
"sceneName"
],
"type": "object"
}