Endpoint
- Method:
DELETE - Path:
/admin/courses/{course_id}/students/{student_id}/progress - Edition: Core
- Controller:
CourseAdminController@resetStudentProgress - Route source:
fluent-community/Modules/Course/Http/course_api.php:32 - Controller source:
fluent-community/Modules/Course/Http/Controllers/CourseAdminController.php
DELETE Delete Reset Student Progress
DELETE
/admin/courses/{course_id}/students/{student_id}/progress
Delete Reset Student Progress for the FluentCommunity Courses API.
Controller: CourseAdminController@resetStudentProgress
Route source: fluent-community/Modules/Course/Http/course_api.php:32
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
course_id*
Course ID extracted from the URL path.
Type
Requiredinteger
student_id*
Student ID extracted from the URL path.
Type
Requiredinteger
Responses
Successful response
application/json
JSON "message": "string"
{
}