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