obs-remove-profile
Remove OBS Studio profiles to manage your streaming setup. If removing the active profile, the tool automatically switches to another profile first.
Instructions
Removes a profile. If the current profile is chosen, it will change to a different profile first
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profileName | Yes | Name of the profile to remove |
Input Schema (JSON Schema)
{
"properties": {
"profileName": {
"description": "Name of the profile to remove",
"type": "string"
}
},
"required": [
"profileName"
],
"type": "object"
}