Hey, how to remove the Background Music on Workflo...
# support
s
Hey, how to remove the Background Music on Workflow?
v
To remove the background music in a Vapi Workflow, set the
backgroundSound
property to
"off"
in your workflow configuration. Here’s an example JSON snippet:
Copy code
json
{
  "backgroundSound": "off"
}
Apply this setting in your workflow's configuration or API request to disable background music. For more details, see the [Vapi Workflow API documentation](https://docs.vapi.ai/api-reference/workflow/workflow-controller-update?explorer=true). Source: - [Vapi Workflow API Reference](https://docs.vapi.ai/api-reference/workflow/workflow-controller-update?explorer=true)
s
how can i paste it
c
Currently, the backgroundSound property is only available on single-prompt assistants and not on workflows.
s
I have background sound on workflow and want it to remove because its annoying
c
You can update the workflow via API with PATCH on the /workflows endpoint and refer to the documentation for formatting the request payload correctly. If you use the API, it is possible to remove it
2 Views