17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
|
meta {
|
||
|
name: Delete Student
|
||
|
type: http
|
||
|
seq: 7
|
||
|
}
|
||
|
|
||
|
delete {
|
||
|
url: {{base_url}}/classroom-compliance/classes/:classId/students/:studentId
|
||
|
body: none
|
||
|
auth: inherit
|
||
|
}
|
||
|
|
||
|
params:path {
|
||
|
classId: {{class_id}}
|
||
|
studentId: 3
|
||
|
}
|