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
SessionDelete test session (Server 2)
TestMu AI
StatusCommunityBlog
Session

Delete test session (Server 2)

Delete a session.

DEL
/sessions/{session_id}
Delete test session (Server 2)
curl --request DELETE \
--url "https://manual-api.lambdatest.com/sessions/{session_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Session deleted successfully",
"status": "success"
}

Authorizations

Authorizationstringheaderrequired

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

Path Parameters

session_idstringrequired

SESSION ID

Response

application/json

Successful operation

messagestring
statusstring
Delete test session (Server 2)
curl --request DELETE \
--url "https://manual-api.lambdatest.com/sessions/{session_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Session deleted successfully",
"status": "success"
}