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
ProjectsDelete Project
TestMu AI
StatusCommunityBlog
Projects

Delete Project

Delete a project and all its related data.

DEL
/api/projects/{project_id}
Delete Project
curl --request DELETE \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}" \
--header "Authorization: Basic <encoded-value>"
{
"success": true,
"message": "<string>",
"data": {}
}

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

Response

application/json

Deletion acknowledgement; data is always null

successbooleanrequired

Whether the operation was successful

messagestringrequired

Response message

dataobject

Always null for this endpoint

Delete Project
curl --request DELETE \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}" \
--header "Authorization: Basic <encoded-value>"
{
"success": true,
"message": "<string>",
"data": {}
}