For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
Voice TestingDelete voice scenarios
TestMu AI
StatusCommunityBlog
Voice Testing

Delete voice scenarios

Delete voice scenarios.

DEL
/api/projects/{project_id}/voice-scenarios/delete
Delete voice scenarios
curl --request DELETE \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}/voice-scenarios/delete" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"scenario_ids": []
}'
{
"success": true,
"deleted_count": 123
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

project_idstringrequired

Body

application/json
scenario_idsarrayrequired

Response

application/json

Count of scenarios actually deleted; unknown IDs are skipped, not errors.

successbooleanrequired
deleted_countintegerrequired

Number of scenarios actually deleted

Delete voice scenarios
curl --request DELETE \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}/voice-scenarios/delete" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"scenario_ids": []
}'
{
"success": true,
"deleted_count": 123
}