Application (Appium)›
Application (Appium)
Delete a single uploaded application (Server 1)
Deletes an uploaded application using its unique appId.
DEL
/app/{appId}
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/jsonApplication deleted successfully.
messagestring