删除在str:coursename班级中,str:assignmentname作业中的题目,支持批量删除题目
Authorization: Bearer ********************
{ "delete_id":[11,12,13] }
curl --location --request DELETE 'http://127.0.0.1:8000/home/<str:coursename>/<str:assignmentname>/' \ --header 'Content-Type: application/json' \ --data-raw '{ "delete_id":[11,12,13] }'
{}