Mobile Symbolication API - DELETE files for an app
Lists the metadata of all symbolication files (proguard files for Android or dSYM files for iOS Apps) for a mobile app from the symbol file store.
The request produces an application/json
payload.
DELETE |
|
Authentication
To execute this request, you need the Mobile symbolication file management (DssFileManagement
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
applicationId | string |
The application id used in Dynatrace of the mobile application the files will be deleted |
path | required |
Response
Response codes
Code | Description |
---|---|
204 | Success. All files belonging to the given Dynatrace mobile application have been deleted successfully. Response doesn't have a body. |
400 | Failed. The input is invalid. |
Response body
A successful request doesn't return any content.