Skip to main content
Application (Appium)Delete your uploaded applications (Server 1)
TestMu AI
StatusCommunityBlog
Application (Appium)

Delete your uploaded applications (Server 1)

Delete the uploaded applications based on the provided appIds.

DEL
/app/delete
Delete your uploaded applications (Server 1)
curl --request DELETE \
--url "https://manual-api.lambdatest.com/app/delete" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"appIds": "<appIds>"
}'
{
"message": "Deleted successfully."
}

Authorizations

Authorizationstringheaderrequired

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

Body

application/json
appIdsstring

Comma-separated string of App IDs to delete (e.g., "APP1016038711693231735315475")

Response

application/json

Successfully deleted the selected application(s).

messagestring
Delete your uploaded applications (Server 1)
curl --request DELETE \
--url "https://manual-api.lambdatest.com/app/delete" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"appIds": "<appIds>"
}'
{
"message": "Deleted successfully."
}