/del_marks.php POST
This will delete a particular marks entry from the user
Request
| Parameter | Type | Description |
|---|---|---|
| marks_id | number |
this is the id of the marks to deleted. |
| stud_id | number |
this is the id of the user. |
| pass | string |
this is the user's password. |
Response Param Error
{
"code":-9999,
"msg":"Parameter Error"
}
Response Success
{
"code":202,
"response":"success"
}
Response Auth Error
{
"code":351,
"msg":"User is unauthorized"
}