Deletes all symbol files (Android mapping files and iOS/tvOS symbol extract files) for a mobile app from the symbol file storage.
The request produces an application/json payload.
| DELETE | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/symfiles/{applicationId} |
| Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/symfiles/{applicationId} |
To execute this request, you need an access token with DssFileManagement scope.
To learn how to obtain and use it, see Tokens and authentication.
| Parameter | Type | Description | In | Required |
|---|---|---|---|---|
| applicationId | string | The UUID of the required mobile or custom application. It can be found in the Instrumentation Wizard of your app. | path | required |
| Code | Type | Description |
|---|---|---|
| 204 | - | Success. All files belonging to the specified mobile app have been deleted successfully. Response doesn't have a body. |
| 400 | Error | Failed. The input is invalid. |