Clears one student completion records for the course while leaving them enrolled.
Endpoint
Method:
DELETEPath:
/admin/courses/{course_id}/students/{student_id}/progressEdition: Core
Controller:
CourseAdminController@resetStudentProgressRoute source:
fluent-community/Modules/Course/Http/course_api.php:32Controller source:
fluent-community/Modules/Course/Http/Controllers/CourseAdminController.phpRequires a course admin for this course, or a WordPress user with
manage_options.Destructive: the completion history is removed and cannot be restored.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
DELETE Delete Reset Student Progress
Clears one student completion records for the course while leaving them enrolled.
Controller: CourseAdminController@resetStudentProgress
Route source: fluent-community/Modules/Course/Http/course_api.php:32
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Course ID extracted from the URL path.
Student ID extracted from the URL path.
Responses
Successful response