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

Mobile Symbolication API - DELETE files for an app

Deletes all symbolication files (Android mapping files or iOS symbol extract files) for a mobile app from the symbolication file storage.

The request produces an application/json payload.

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

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 the files will be deleted

pathrequired

Response

Response codes

CodeTypeDescription
204-

Success. All files belonging to the given Dynatrace mobile application have 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.