Skip to main content
DELETE
/
edubridge
/
applicationMetrics
/
{applicationSourcedId}
Delete an application metric
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>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

applicationSourcedId
string
required

The unique identifier for the application

Body

application/json
applicationMetric
object
required

Response

204 - application/json

Successful response

data
null
required