Mobile Symbolication API - DELETE files for an app version

Delete the symbolication file belonging to the given application, os and version.

The request produces an application/json payload.

DELETE
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/symfiles/{applicationId}/{packageName}/{os}/{versionCode}/{versionName}
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/symfiles/{applicationId}/{packageName}/{os}/{versionCode}/{versionName}

Parameters

Parameter Type Description In Required
applicationId string

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

path required
packageName string

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

path required
os string

The operating system the file belongs to

The os element can hold these values.
path required
versionCode string

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

path required
versionName string

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

path required

Possible values

Possible values for the os element:

  • ANDROID
  • IOS
  • TVOS

Response format

A successful request doesn't return any content.