Skip to main content
DELETE
/
v1
/
agent-testing
/
scenarios
/
{id}
Delete Test Scenario
curl --request DELETE \
  --url https://api.bland.ai/v1/agent-testing/scenarios/{id} \
  --header 'authorization: <authorization>'
{
  "deleted": true
}

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

id
string
required
The scenario ID.

Response

deleted
boolean
Whether the scenario was successfully deleted.
{
  "deleted": true
}