Skip to main content

Remove symbol

Endpoint

/i/crash_symbols/remove_symbol

Enterprise Only
This API is available exclusively in Countly Enterprise.

Overview

Deletes a symbol document and its stored file(s).

Authentication

  • Authentication methods:
    • API Key (parameter): api_key=YOUR_API_KEY
    • Auth Token (parameter): auth_token=YOUR_AUTH_TOKEN
    • Auth Token (header): countly-token: YOUR_AUTH_TOKEN

Permissions

  • Required permission: Delete on the crashes feature

Request Parameters

ParameterTypeRequiredDescription
app_idStringYesApplication identifier
idStringYesSymbol document ID
api_keyStringYes (or auth_token)API key authentication
auth_tokenStringYes (or api_key)Auth token authentication

Response

Success Response

{
"result": "Success"
}

Response Fields

FieldTypeDescription
resultStringOperation result

Error Responses

HTTP StatusResponse
400{ "result": "Missing id" }
404{ "result": "Symbol file data <id> not found" }
500{ "result": "Error when fetching symbol file data with id <id>" }
500{ "result": "Error removing symbol file data" }

Behavior/Processing

  1. Loads symbol doc to resolve single-file vs multi-file storage keys.
  2. Deletes all related files from symbol storage.
  3. Removes metadata document from app symbol collection.

Database Collections

CollectionUsed forData touched by this endpoint
countly.app_crashsymbols{app_id}Endpoint data sourceStores endpoint-related records this endpoint reads or modifies.
countly_fs.crash_symbolsEndpoint data sourceStores endpoint-related records this endpoint reads or modifies.

Examples

Example 1: Remove symbol

/i/crash_symbols/remove_symbol?api_key=YOUR_API_KEY&app_id=5f9c8a3b4d1e2a001f3b4567&id=65c5e0732c5f5300121a0020

Ⓔ Enterprise

This feature is part of Countly Enterprise.

Get Access:

Already a Customer? Use support portal if you have any questions


Last Updated

2026-02-16