curl --request DELETE \
--url https://api.alpha-1edtech.ai/edubridge/applicationMetrics/{applicationSourcedId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"applicationMetric": {
"metric": "xp",
"metricSource": "timeback_app"
}
}
'{
"data": "<unknown>"
}Deletes a specific application metric.
This endpoint removes a specific metric record identified by the application ID, metric type, and metric source.
curl --request DELETE \
--url https://api.alpha-1edtech.ai/edubridge/applicationMetrics/{applicationSourcedId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"applicationMetric": {
"metric": "xp",
"metricSource": "timeback_app"
}
}
'{
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier for the application
Show child attributes
Successful response