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
- API Key (parameter):
Permissions
- Required permission:
Deleteon thecrashesfeature
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
app_id | String | Yes | Application identifier |
id | String | Yes | Symbol document ID |
api_key | String | Yes (or auth_token) | API key authentication |
auth_token | String | Yes (or api_key) | Auth token authentication |
Response
Success Response
{
"result": "Success"
}
Response Fields
| Field | Type | Description |
|---|---|---|
result | String | Operation result |
Error Responses
| HTTP Status | Response |
|---|---|
| 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
- Loads symbol doc to resolve single-file vs multi-file storage keys.
- Deletes all related files from symbol storage.
- Removes metadata document from app symbol collection.
Database Collections
| Collection | Used for | Data touched by this endpoint |
|---|---|---|
countly.app_crashsymbols{app_id} | Endpoint data source | Stores endpoint-related records this endpoint reads or modifies. |
countly_fs.crash_symbols | Endpoint data source | Stores 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
Related Endpoints
Ⓔ 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