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
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/symfiles/{applicationId}
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/symfiles/{applicationId}

Parameters

Parameter Type Description In Required
applicationId string

The application id used in DESK of the mobile application the files will be deleted

path required

Response format

A successful request doesn't return any content.