Delete a custom metric
Custom Metrics
Delete Custom Metric
Delete a custom metric from an agent
DELETE
Delete a custom metric
Documentation Index
Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Permanently deletes a custom metric definition from an agent. This stops the metric from being tracked in future conversations.What Happens After Deletion
- ✅ Historical Data Preserved: All previously recorded metric values remain in conversations
- ✅ Analytics Access: You can still query historical data for this metric
- ❌ Future Tracking Stops: The metric won’t be collected in new conversations
- ❌ Metric Not Listed: The metric disappears from the metrics list
System Metrics Protection
System metrics are protected and cannot be deleted:Alternative: Disable Instead of Delete
If you want to temporarily stop tracking a metric without losing its definition:Use Cases
- Cleanup: Remove outdated or unused metrics
- Reorganization: Clear metrics before implementing a new tracking strategy
- Mistake Correction: Remove incorrectly configured metrics
Before Deleting
- Export Data: Back up historical data if needed
- Update Documentation: Remove references to the metric from internal docs
- Notify Team: Inform team members who rely on this metric
- Check Dependencies: Ensure no dashboards or reports depend on this metric
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the agent
The unique identifier of the metric to delete
