Deletes the symbol files belonging to the given application, OS, and version.
The request produces an application/json
payload.
DELETE | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/symfiles/{applicationId}/{packageName}/{os}/{versionCode}/{versionName} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/symfiles/{applicationId}/{packageName}/{os}/{versionCode}/{versionName} |
To execute this request, you need an access token with DssFileManagement
scope.
To learn how to obtain and use it, see Tokens and authentication.
The ID of the required mobile app.
The CFBundleIdentifier (iOS) or the package name (Android) of the required mobile app.
The operating system of the required app.
ANDROID
IOS
TVOS
The version code (Android) / CFBundleVersion (iOS) of the required app.
The version name (Android) / CFBundleShortVersionString (iOS) of the required app.
Success. The file has been deleted successfully. Response doesn't have a body.