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
Phone TestingDelete Phone Scenarios
TestMu AI
StatusCommunityBlog
Phone Testing

Delete Phone Scenarios

Delete phone scenarios for a project.

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

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_idsarray

List of scenario IDs to delete. If None or empty, all scenarios for the project will be deleted.

Response

application/json

Successful Response

Delete Phone Scenarios
curl --request DELETE \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}/phone-scenarios/delete" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"scenario_ids": []
}'
<string>