• Home
  • Dynatrace API
  • Configuration
  • Mobile Deobfuscation and Symbolication
  • DELETE files for an app version

Mobile Symbolication API - DELETE files for an app version

Deletes the symbolication files belonging to the given application, OS, and version.

The request produces an application/json payload.

DELETEManaged https://{your-domain}/e/{your-environment-id}/api/config/v1/symfiles/{applicationId}/{packageName}/{os}/{versionCode}/{versionName}
SaaS https://{your-environment-id}.live.dynatrace.com/api/config/v1/symfiles/{applicationId}/{packageName}/{os}/{versionCode}/{versionName}
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/symfiles/{applicationId}/{packageName}/{os}/{versionCode}/{versionName}

Authentication

To execute this request, you need an access token with Mobile symbolication file management (DssFileManagement) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

ParameterTypeDescriptionInRequired
applicationIdstring

The application id used in Dynatrace of the mobile application where a file should be deleted

pathrequired
packageNamestring

The CFBundleIdentifier (iOS) or the package name (Android) which identifies the app associated with the file to be deleted

pathrequired
osstring

The operating system the file belongs to

The element can hold these values
  • ANDROID
  • IOS
  • TVOS
pathrequired
versionCodestring

The version code (Android) / CFBundleVersion (iOS) of the file to be deleted

pathrequired
versionNamestring

The version name (Android) / CFBundleShortVersionString (iOS) of the file to be deleted

pathrequired

Response

Response codes

CodeTypeDescription
204

Success. The file has been deleted successfully. Response doesn't have a body.

400ErrorEnvelope

Failed. The input is invalid.

Related topics
  • Upload and manage symbol files for mobile applications

    Learn about deobfuscation (Android) and symbolication (iOS) and your options for uploading and managing symbol files in Dynatrace.