Skip to main content
DELETE
/
edubridge
/
enrollments
/
resetProgress
/
{userId}
/
{courseId}
Resets an user's progress in a given course
curl --request DELETE \
  --url https://api.alpha-1edtech.ai/edubridge/enrollments/resetProgress/{userId}/{courseId} \
  --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

userId
string
required

The unique identifier for the user

courseId
string
required

The unique identifier for the course

Response

204 - application/json

Successful response

data
null
required