Skip to main content
DELETE
/
edubridge
/
subject-track
/
{id}
Delete a subject track
curl --request DELETE \
  --url https://api.alpha-1edtech.ai/edubridge/subject-track/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the subject track to delete

Response

200 - application/json

Subject track deleted successfully

data
null
required