Skip to main content
Application (Appium)Delete a single uploaded application (Server 1)
TestMu AI
StatusCommunityBlog
Application (Appium)

Delete a single uploaded application (Server 1)

Deletes an uploaded application using its unique appId.

DEL
/app/{appId}
Delete a single uploaded application (Server 1)
curl --request DELETE \
--url "https://manual-api.lambdatest.com/app/{appId}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Deleted successfully."
}

Authorizations

Authorizationstringheaderrequired

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

Path Parameters

appIdstringrequired

The ID of the application to delete (e.g., APP1234567890).

Response

application/json

Application deleted successfully.

messagestring
Delete a single uploaded application (Server 1)
curl --request DELETE \
--url "https://manual-api.lambdatest.com/app/{appId}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Deleted successfully."
}